Skip to content

Commit

Permalink
RLS: v0.16.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed May 11, 2015
1 parent fe735be commit ca9eefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -194,8 +194,8 @@ def build_extensions(self):

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

Expand Down

0 comments on commit ca9eefc

Please sign in to comment.