Skip to content

Commit 7a7c3d5

Browse files
committed
Switch back from released version
1 parent 9c6c536 commit 7a7c3d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MAJOR = 0
1111
MINOR = 8
1212
MICRO = 0
13-
ISRELEASED = True
13+
ISRELEASED = False
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1515
QUALIFIER = 'rc1'
1616

@@ -27,7 +27,6 @@
2727
'Intended Audience :: Science/Research',
2828
'Programming Language :: Python',
2929
'Programming Language :: Python :: 2',
30-
'Programming Language :: Python :: 2.6',
3130
'Programming Language :: Python :: 2.7',
3231
'Programming Language :: Python :: 3',
3332
'Programming Language :: Python :: 3.3',

0 commit comments

Comments
 (0)