Skip to content

Commit

Permalink
RLS: 0.10.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Dec 11, 2012
1 parent a4d4d3c commit 78ce0ce
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 @@ -209,9 +209,9 @@
MAJOR = 0
MINOR = 10
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
QUALIFIER = 'b1'

FULLVERSION = VERSION
if not ISRELEASED:
Expand Down

0 comments on commit 78ce0ce

Please sign in to comment.