Skip to content

Commit 50b2a1b

Browse files
committed
Tag v0.2.0alpha for py 2.6 compat
1 parent 837ff50 commit 50b2a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
MAJOR = 0
1212
MINOR = 2
1313
MICRO = 0
14-
ISRELEASED = False
14+
ISRELEASED = True
1515
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
16-
QUALIFIER = ''
16+
QUALIFIER = 'alpha'
1717

1818

1919
DISTNAME = 'xray'

0 commit comments

Comments
 (0)