diff --git a/setup.cfg b/setup.cfg index aec7f0c..a96c471 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.25 +current_version = 0.0.26 commit = True tag = True diff --git a/setup.py b/setup.py index 0733d4f..97431c5 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/uio-bmi/starsigndna', - version='0.0.25', + version='0.0.26', zip_safe=False, ) diff --git a/starsigndna/__init__.py b/starsigndna/__init__.py index a31bfa1..fc89ef1 100644 --- a/starsigndna/__init__.py +++ b/starsigndna/__init__.py @@ -2,7 +2,7 @@ __author__ = """Christian Bope""" __email__ = 'chrisbop@uio.no' -__version__ = '0.0.25' +__version__ = '0.0.26' from .refit import refit