Skip to content

Commit

Permalink
RLS: 0.8.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed May 29, 2012
1 parent e4fb63c commit 5b98fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
MICRO = 0 MICRO = 0
ISRELEASED = True ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = 'beta' QUALIFIER = 'b1'


FULLVERSION = VERSION FULLVERSION = VERSION
if not ISRELEASED: if not ISRELEASED:
Expand Down

0 comments on commit 5b98fdf

Please sign in to comment.