Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211191d commit 82bd8f9Copy full SHA for 82bd8f9
1 file changed
setup.py
@@ -53,8 +53,8 @@
53
AUTHOR = "Travis E. Oliphant, et.al."
54
AUTHOR_EMAIL = "[email protected]"
55
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
56
-MAJOR = 2
57
-MINOR = 0
+MAJOR = 1
+MINOR = 6
58
MICRO = 0
59
ISRELEASED = False
60
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
0 commit comments