diff --git a/rna/__init__.py b/rna/__init__.py index 77cf5c4b05cb1f30ba7117bbb7252210de60efad..1cf868a1b53f70720319ea1017c6cffbe44a49c9 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 6ae4b5940599d6c58810e57bcc4d45fc6d32cdea..7fe9e92c2e0402d84ba6d12900523e37a9d2c4e7 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 08f8c46eeaf98585122d38887d8eb77dfdc0eda8..5129be2b819e26016ac2b7e19f2db930e538a4ab 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")