From cb14598793c48398f5b0cbdcc60df5858efbf577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pasternak?= Date: Mon, 13 Nov 2017 00:18:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.29=20=E2=86=92=200.9.30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c4d2322..a550138 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.29 +current_version = 0.9.30 commit = True tag = True diff --git a/setup.py b/setup.py index bb56707..bf29222 100755 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ def reqs(f): setup( name='django-multiseek', - version='0.9.29', + version='0.9.30', description='Build a form to seek records using multiple parameters', author=u'MichaƂ Pasternak', author_email='michal.dtz@gmail.com',