Skip to content

Commit eaf1712

Browse files
committed
update setup version
1 parent 0e52d37 commit eaf1712

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.6.tar.gz"
17-
VERSION = "0.1.6"
16+
DOWNLOAD_URL = "https://github.com/seankmartin/PythonUtils/archive/0.1.7.tar.gz"
17+
VERSION = "0.1.7"
1818

1919
INSTALL_REQUIRES = [
2020
"numpy",

0 commit comments

Comments
 (0)