Skip to content

Commit

Permalink
RLS: Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jul 9, 2014
1 parent 0fe4891 commit df57051
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 @@ -23,8 +23,8 @@

MAJOR = 0
MINOR = 2
MICRO = 0
ISRELEASED = False
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit df57051

Please sign in to comment.