From 82094bdefc3d2f974ea9017e1b3fc8f4672519ea Mon Sep 17 00:00:00 2001 From: akahles Date: Tue, 12 Jul 2022 16:54:47 +0200 Subject: [PATCH] version bump --- setup.cfg | 2 +- setup.py | 2 +- spladder/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7c80dda..9f5deaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 8e7361a..070cc9b 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.2', + version='3.0.3', zip_safe=False, ) diff --git a/spladder/__init__.py b/spladder/__init__.py index cd75788..47294aa 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.2' +__version__ = '3.0.3'