diff --git a/eox_hooks/__init__.py b/eox_hooks/__init__.py index 4062973..d641a2b 100644 --- a/eox_hooks/__init__.py +++ b/eox_hooks/__init__.py @@ -5,7 +5,7 @@ import django.dispatch -__version__ = '0.5.0' +__version__ = '1.0.0' dummy_signal = django.dispatch.Signal() diff --git a/setup.cfg b/setup.cfg index 0f47dc9..f7a0982 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 1.0.0 commit = True tag = True