Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Jun 12, 2017
1 parent 11d026c commit 18d45c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymaven/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#


VERSION = (0, 2, 1)
VERSION = (0, 2, 2)

def get_version():
return '.'.join(str(v) for v in VERSION)

0 comments on commit 18d45c6

Please sign in to comment.