From 1c596c1a91afcc2a8fa65cb6b850d5fc9ffe724f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=B6ckenhoff=20=28Laptop=29?= <dboe@ipp.mpg.de> Date: Thu, 9 Jul 2020 13:16:06 +0200 Subject: [PATCH] release-0.2.23 --- rna/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rna/__init__.py b/rna/__init__.py index af9152b..cc38535 100644 --- a/rna/__init__.py +++ b/rna/__init__.py @@ -2,7 +2,7 @@ __author__ = """Daniel Böckenhoff""" __email__ = 'dboe@ipp.mpg.de' -__version__ = '0.2.22' +__version__ = '0.2.23' from . import plotting from . import log # NOQA diff --git a/setup.cfg b/setup.cfg index 8effbc9..9a6bd70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.22 +current_version = 0.2.23 tag = True commit = True message = release-{new_version} -- GitLab