From 2f343a20254fd9217da3d6eed2e8faba7d983f95 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Sun, 24 Sep 2023 16:08:52 +0200 Subject: [PATCH] :bookmark: Bump version to 0.5.0 beta 0 --- cookie_consent/__init__.py | 2 +- setup.cfg | 2 +- tbump.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cookie_consent/__init__.py b/cookie_consent/__init__.py index 6a9beea..331dfae 100644 --- a/cookie_consent/__init__.py +++ b/cookie_consent/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0b0" diff --git a/setup.cfg b/setup.cfg index 5ba0566..b1b7c03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = django-cookie-consent -version = 0.4.0 +version = 0.5.0b0 description = Django cookie consent application long_description = file: README.md long_description_content_type = text/markdown diff --git a/tbump.toml b/tbump.toml index 15c2448..be8c900 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,12 +1,12 @@ [version] -current = "0.4.0" +current = "0.5.0b0" regex = ''' (?P\d+) \. (?P\d+) \. (?P\d+) - (?P
\-.+)?
+  (?P
(a|b)\d+)?
 '''
 
 [git]