From a900d843a334f2e19ecaaa116b492aa4d23f0ec5 Mon Sep 17 00:00:00 2001
From: dboe <dboe@ipp.mpg.de>
Date: Mon, 1 Feb 2021 14:37:54 +0100
Subject: [PATCH] release-v0.6.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 d28146f..c442e05 100644
--- a/rna/__init__.py
+++ b/rna/__init__.py
@@ -2,7 +2,7 @@
 
 __author__ = """Daniel Böckenhoff"""
 __email__ = "dboe@ipp.mpg.de"
-__version__ = "0.6.3"
+__version__ = "0.6.4"
 
 from . import plotting
 from . import log  # NOQA
diff --git a/setup.cfg b/setup.cfg
index 4e06d45..79d1e4e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.6.3
+current_version = 0.6.4
 tag = True
 commit = True
 message = release-v{new_version}
diff --git a/setup.py b/setup.py
index a0b9934..e64e83d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
 from setuptools import setup
 
-setup(version="0.6.3")
+setup(version="0.6.4")
-- 
GitLab