Skip to content

Commit 610eaf0

Browse files
committed
fix: version number
1 parent d937360 commit 610eaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414
MAINTAINER_EMAIL = "[email protected]"
1515
URL = "https://github.com/seankmartin/PythonUtils"
1616
DOWNLOAD_URL = "https://github.com/seankmartin/PythonUtils/archive/0.1.8.tar.gz"
17-
VERSION = "1.0.0"
17+
VERSION = "1.0.2"
1818

1919
INSTALL_REQUIRES = [
2020
"numpy",

0 commit comments

Comments
 (0)