Skip to content

Commit

Permalink
Tag v0.2.0alpha for py 2.6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jul 1, 2014
1 parent 837ff50 commit 50b2a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
MAJOR = 0
MINOR = 2
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
QUALIFIER = 'alpha'


DISTNAME = 'xray'
Expand Down

0 comments on commit 50b2a1b

Please sign in to comment.