From 1b801c0ed9fdaabcb5346da3a1d235f619bc35af Mon Sep 17 00:00:00 2001 From: Ondrej Kulaty Date: Thu, 10 Mar 2022 17:25:24 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.3=20=E2=86=92=200.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pynotify/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pynotify/__init__.py b/pynotify/__init__.py index 33f7e36..33a485c 100644 --- a/pynotify/__init__.py +++ b/pynotify/__init__.py @@ -4,4 +4,4 @@ __author__ = """Ondřej Kulatý""" __email__ = 'kulaty.o@gmail.com' -__version__ = '0.5.3' +__version__ = '0.5.4' diff --git a/setup.cfg b/setup.cfg index 8d6f412..32a9eab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.5.4 commit = True tag = True diff --git a/setup.py b/setup.py index 1254c78..2cc2e51 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,6 @@ name='django-pynotify', packages=find_packages(include=['pynotify']), url='https://github.com/druids/django-pynotify', - version='0.5.3', + version='0.5.4', zip_safe=False, )