We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e52d37 commit eaf1712Copy full SHA for eaf1712
setup.py
@@ -13,8 +13,8 @@ def read(fname):
13
MAINTAINER = "Sean Martin"
14
MAINTAINER_EMAIL = "[email protected]"
15
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"
+DOWNLOAD_URL = "https://github.com/seankmartin/PythonUtils/archive/0.1.7.tar.gz"
+VERSION = "0.1.7"
18
19
INSTALL_REQUIRES = [
20
"numpy",
0 commit comments