Skip to content

Commit ffe18ac

Browse files
committed
Update version number
1 parent 33fcd98 commit ffe18ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def read(fname):
1313
MAINTAINER = "Sean Martin"
1414
MAINTAINER_EMAIL = "[email protected]"
1515
URL = "https://github.com/seankmartin/PythonUtils"
16-
DOWNLOAD_URL = "https://github.com/seankmartin/PythonUtils/archive/0.1.3.tar.gz"
17-
VERSION = "0.1.3"
16+
DOWNLOAD_URL = "https://github.com/seankmartin/PythonUtils/archive/0.1.4.tar.gz"
17+
VERSION = "0.1.4"
1818

1919
INSTALL_REQUIRES = ["numpy", "matplotlib", "seaborn", "PyPDF2"]
2020

0 commit comments

Comments
 (0)