diff --git a/eox_hooks/__init__.py b/eox_hooks/__init__.py index 5a24ed6..47b74d8 100644 --- a/eox_hooks/__init__.py +++ b/eox_hooks/__init__.py @@ -6,7 +6,7 @@ import django.dispatch -__version__ = '0.2.0' +__version__ = '0.2.1' dummy_signal = django.dispatch.Signal() diff --git a/setup.cfg b/setup.cfg index 77faa26..db23bfb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True