diff --git a/src/theme/__init__.py b/src/theme/__init__.py index fbca79b..4df57a7 100644 --- a/src/theme/__init__.py +++ b/src/theme/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 5, 8) +VERSION = (0, 6, 1) __version__ = '.'.join(str(v) for v in VERSION)