Skip to content

Commit 7c074fa

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent ca4830a commit 7c074fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_db_comments/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.4.1'
22

33
default_app_config = 'django_db_comments.apps.DjangoDbCommentsConfig'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from distutils.core import setup
1010

1111

12-
version = '0.4.0'
12+
version = '0.4.1'
1313

1414

1515
if sys.argv[-1] == 'publish':

0 commit comments

Comments
 (0)