Skip to content

Commit

Permalink
ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jobelenus committed Mar 3, 2014
1 parent 68ac286 commit c90263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyavatax/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 1, 2)
VERSION = (1, 1, 3)

def get_version():
return ".".join([str(v) for v in VERSION])

0 comments on commit c90263d

Please sign in to comment.