Skip to content

Commit 7ba16aa

Browse files
committed
ver bump, 1.2 for python3 support
1 parent f8934cd commit 7ba16aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyavatax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 3)
1+
VERSION = (1, 2, 0)
22

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

0 commit comments

Comments
 (0)