Skip to content

Commit b5aca84

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent 747205e commit b5aca84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pynotify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Ondřej Kulatý"""
66
__email__ = '[email protected]'
7-
__version__ = '0.4.0'
7+
__version__ = '0.4.1'

setup.cfg

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
name='django-pynotify',
4141
packages=find_packages(include=['pynotify']),
4242
url='https://github.com/druids/django-pynotify',
43-
version='0.4.0',
43+
version='0.4.1',
4444
zip_safe=False,
4545
)

0 commit comments

Comments
 (0)