diff --git a/django_task/__init__.py b/django_task/__init__.py index f593cd5..4c354e0 100644 --- a/django_task/__init__.py +++ b/django_task/__init__.py @@ -1 +1 @@ -__version__ = '2.0.4' +__version__ = '2.0.5' diff --git a/setup.cfg b/setup.cfg index b96b3d7..4c063b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.0.5 commit = True tag = True