We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4830a commit 7c074faCopy full SHA for 7c074fa
django_db_comments/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.4.0'
+__version__ = '0.4.1'
2
3
default_app_config = 'django_db_comments.apps.DjangoDbCommentsConfig'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.4.0
+current_version = 0.4.1
commit = True
4
tag = True
5
setup.py
@@ -9,7 +9,7 @@
9
from distutils.core import setup
10
11
12
-version = '0.4.0'
+version = '0.4.1'
13
14
15
if sys.argv[-1] == 'publish':
0 commit comments