Skip to content

Commit

Permalink
🔖 Bump version to 0.5.0 beta 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Sep 24, 2023
1 parent 2f0c472 commit 2f343a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cookie_consent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0b0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tbump.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[version]
current = "0.4.0"
current = "0.5.0b0"
regex = '''
(?P<major>\d+)
\.
(?P<minor>\d+)
\.
(?P<patch>\d+)
(?P<pre>\-.+)?
(?P<pre>(a|b)\d+)?
'''

[git]
Expand Down

0 comments on commit 2f343a2

Please sign in to comment.