From 4af822760d09371cced6863619c3a88e3f553f4c Mon Sep 17 00:00:00 2001 From: "Bernhard C. Thiel" Date: Fri, 5 May 2023 22:35:38 +0200 Subject: [PATCH] Bump version --- doc/index.rst | 2 +- fess/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index a9f65bd..753a342 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,4 +1,4 @@ -ernwin 1.1.0 +ernwin 1.2.0 ============ Ernwin is a program for sampling coarse grained RNA structures. diff --git a/fess/__init__.py b/fess/__init__.py index ff59b8f..7286bd8 100644 --- a/fess/__init__.py +++ b/fess/__init__.py @@ -4,7 +4,7 @@ __author__ = "Peter Kerpedjiev, Bernhard Thiel" __copyright__ = "Copyright 2012 - 2016" __license__ = "GNU Affero GPL v 3.0" -__version__ = "1.1.0" +__version__ = "1.2.0" __maintainer__ = "Bernhard Thiel, Peter Kerpedjiev" __email__ = "thiel@tbi.univie.ac.at, pkerp@tbi.univie.ac.at" diff --git a/setup.py b/setup.py index f61b1cc..1bbb1cb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='ernwin', - version='1.1.0', + version='1.2.0', description='Coarse Grain 3D RNA Structure Modelling', author='Bernhard Thiel, Peter Kerpedjiev', author_email='thiel@tbi.univie.ac.at, pkerp@tbi.univie.ac.at',