We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8934cd commit 7ba16aaCopy full SHA for 7ba16aa
pyavatax/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (1, 1, 3)
+VERSION = (1, 2, 0)
2
3
def get_version():
4
return ".".join([str(v) for v in VERSION])
0 commit comments