From f15b87415d531a0b48619a40a1f68517a361a5f0 Mon Sep 17 00:00:00 2001 From: dboe <dboe@ipp.mpg.de> Date: Fri, 6 Nov 2020 18:35:18 +0100 Subject: [PATCH] release-v0.6.2 --- 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 77cf5c4..1cf868a 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.1" +__version__ = "0.6.2" from . import plotting from . import log # NOQA diff --git a/setup.cfg b/setup.cfg index 6ae4b59..7fe9e92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 tag = True commit = True message = release-v{new_version} diff --git a/setup.py b/setup.py index 08f8c46..5129be2 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ from setuptools import setup -setup(version="0.6.1") +setup(version="0.6.2") -- GitLab