Skip to content

Commit

Permalink
RLS: Set ISRELEASED to False. Bump up version to 0.5.0...
Browse files Browse the repository at this point in the history
  • Loading branch information
jseabold committed Jun 19, 2012
1 parent af26395 commit 8cbb27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def check_dependency_versions(min_versions):


MAJ = 0
MIN = 4
REV = 1
ISRELEASED = True
MIN = 5
REV = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJ,MIN,REV)

classifiers = [ 'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 8cbb27c

Please sign in to comment.