diff --git a/django_th/__init__.py b/django_th/__init__.py index 6fc4eff..1f78a2f 100644 --- a/django_th/__init__.py +++ b/django_th/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 1) # PEP 386 +VERSION = (1, 7, 0) # PEP 386 __version__ = ".".join([str(x) for x in VERSION]) default_app_config = 'django_th.apps.DjangoThConfig'