From bd6bab9107555fccd84b09ce3eaaeaebcd91938e 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 17:14:17 +0200 Subject: [PATCH] release-v0.2.29 --- 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 54c9595..d34a5c4 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.28' +__version__ = '0.2.29' from . import plotting from . import log # NOQA diff --git a/setup.cfg b/setup.cfg index a77ddaf..3ac78ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.28 +current_version = 0.2.29 tag = True commit = True message = release-v{new_version} -- GitLab