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',