From 10bb21e393da1b7ffe2001f94159289e280132fc Mon Sep 17 00:00:00 2001 From: Ivar Grytten Date: Mon, 26 Aug 2024 13:45:19 +0200 Subject: [PATCH] Updated version --- setup.cfg | 2 +- setup.py | 2 +- starsigndna/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a96c471..a4c3769 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.26 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index 97431c5..25d6542 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.26', + version='1.0.0', zip_safe=False, ) diff --git a/starsigndna/__init__.py b/starsigndna/__init__.py index fc89ef1..2d06ff4 100644 --- a/starsigndna/__init__.py +++ b/starsigndna/__init__.py @@ -2,7 +2,7 @@ __author__ = """Christian Bope""" __email__ = 'chrisbop@uio.no' -__version__ = '0.0.26' +__version__ = '1.0.0' from .refit import refit