From c4763c2d5139659ce23ecff9cd29b62c364f7b93 Mon Sep 17 00:00:00 2001
From: dboe <dboe@ipp.mpg.de>
Date: Thu, 2 Jul 2020 11:18:37 +0200
Subject: [PATCH] updated rna dependency after debugging rna. new version

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

diff --git a/setup.cfg b/setup.cfg
index 5270272..147789f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,7 @@ install_requires =
     sympy
     scipy
     pathlib
-    rna>=0.1.0.dev2
+    rna>=0.2.0
     sortedcontainers
 project_urls =
     Documentation = https://gitlab.mpcdf.mpg.de/dboe/tfields
diff --git a/tfields/__init__.py b/tfields/__init__.py
index bba9e9e..8bc09d1 100644
--- a/tfields/__init__.py
+++ b/tfields/__init__.py
@@ -2,7 +2,7 @@
 
 __author__ = """Daniel Böckenhoff"""
 __email__ = 'dboe@ipp.mpg.de'
-__version__ = '0.3.0'
+__version__ = '0.3.1'
 
 from . import core  # NOQA
 from . import bases  # NOQA
-- 
GitLab