From 0ee06160e97b4be564737dfd6b1b5ee01f244b49 Mon Sep 17 00:00:00 2001
From: dboe <dboe@ipp.mpg.de>
Date: Tue, 1 Jun 2021 21:49:56 +0200
Subject: [PATCH] release-v0.7.4

---
 rna/__init__.py | 2 +-
 setup.cfg       | 2 +-
 setup.py        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rna/__init__.py b/rna/__init__.py
index 546220e..9c8557d 100644
--- a/rna/__init__.py
+++ b/rna/__init__.py
@@ -2,7 +2,7 @@
 
 __author__ = """Daniel Böckenhoff"""
 __email__ = "dboe@ipp.mpg.de"
-__version__ = "0.7.3"
+__version__ = "0.7.4"
 
 from . import log  # NOQA
 from . import path  # NOQA
diff --git a/setup.cfg b/setup.cfg
index 04a1933..687c540 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.7.3
+current_version = 0.7.4
 tag = True
 commit = True
 message = release-v{new_version}
diff --git a/setup.py b/setup.py
index ac87b5f..221345e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
 from setuptools import setup
 
-setup(version="0.7.3")
+setup(version="0.7.4")
-- 
GitLab