Skip to content

Commit

Permalink
ver bump, 1.2 for python3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jobelenus committed Mar 6, 2015
1 parent f8934cd commit 7ba16aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyavatax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 3)
VERSION = (1, 2, 0)

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

0 comments on commit 7ba16aa

Please sign in to comment.