diff --git a/up_tamer/__init__.py b/up_tamer/__init__.py index c1f2879..6e7b34f 100644 --- a/up_tamer/__init__.py +++ b/up_tamer/__init__.py @@ -16,7 +16,7 @@ import re -VERSION = (0, 3, 1) +VERSION = (1, 0, 0) __version__ = ".".join(str(x) for x in VERSION) try: