diff --git a/setup.cfg b/setup.cfg index 9f5deaa..68485c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.3 +current_version = 3.0.4 commit = True tag = True diff --git a/setup.py b/setup.py index 070cc9b..fcad03a 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/ratschlab/spladder', - version='3.0.3', + version='3.0.4', zip_safe=False, ) diff --git a/spladder/__init__.py b/spladder/__init__.py index 47294aa..59d452d 100644 --- a/spladder/__init__.py +++ b/spladder/__init__.py @@ -4,4 +4,4 @@ __author__ = """Andre Kahles""" __email__ = 'andre.kahles@inf.ethz.ch' -__version__ = '3.0.3' +__version__ = '3.0.4'