From 77a28699ebfcb11c7ca843fdebbaef5fe5c15921 Mon Sep 17 00:00:00 2001
From: Jens Nistler <opensource@jennsistler.de>
Date: Wed, 6 Mar 2024 18:35:06 +0100
Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.1=20=E2=86=92=205.0.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 django_datawatch/__init__.py | 2 +-
 setup.cfg                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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