diff --git a/setup.cfg b/setup.cfg index f98ee25fd135c7ec0397db5b9bf56990117621b7..a236c5c56ec6a45b33322dd4de434b03e3d4c7c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.4 +current_version = 0.8.5 [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 6da128da2d1c2c9a7e5ba2eb0aff61014d632403..1cd190eb50e0b5f4a2586d593e8c6b285cd83c3e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('README.md') as fh: setup( name='dbispipeline', - version='0.8.4', + version='0.8.5', author='Benjamin Murauer, Michael Vötter', author_email='b.murauer@posteo.de', description='should make things more reproducible',