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 9c6c536 commit 7a7c3d5Copy full SHA for 7a7c3d5
setup.py
@@ -10,7 +10,7 @@
10
MAJOR = 0
11
MINOR = 8
12
MICRO = 0
13
-ISRELEASED = True
+ISRELEASED = False
14
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15
QUALIFIER = 'rc1'
16
@@ -27,7 +27,6 @@
27
'Intended Audience :: Science/Research',
28
'Programming Language :: Python',
29
'Programming Language :: Python :: 2',
30
- 'Programming Language :: Python :: 2.6',
31
'Programming Language :: Python :: 2.7',
32
'Programming Language :: Python :: 3',
33
'Programming Language :: Python :: 3.3',
0 commit comments