diff --git a/django_datawatch/__init__.py b/django_datawatch/__init__.py index 76ad18b..ba7be38 100644 --- a/django_datawatch/__init__.py +++ b/django_datawatch/__init__.py @@ -1 +1 @@ -__version__ = "4.0.1" +__version__ = "5.0.0" diff --git a/setup.cfg b/setup.cfg index 97024ce..35bbf81 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.1 +current_version = 5.0.0 commit = True tag = True