diff --git a/pyavatax/__init__.py b/pyavatax/__init__.py index e7b95ec..3cde532 100644 --- a/pyavatax/__init__.py +++ b/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])