From f50cb72cda5b7f2b87eb6a3de75f422efa3ea4c2 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:09:10 +0200
Subject: [PATCH] release-0.2.28

---
 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 64cf39f..54c9595 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.27'
+__version__ = '0.2.28'
 
 from . import plotting
 from . import log  # NOQA
diff --git a/setup.cfg b/setup.cfg
index e1126a7..84ff5fa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.27
+current_version = 0.2.28
 tag = True
 commit = True
 message = release-{new_version}
-- 
GitLab