From a4900328850c3c5e9ff251cd5a343e979591b075 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Thu, 14 Apr 2022 16:22:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- roocs_utils/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9e55f89..8f69a8f 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ # the built documents. # # The short X.Y version. -version = "0.5.0" +version = "0.6.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/roocs_utils/__init__.py b/roocs_utils/__init__.py index 3c96acf..358febb 100644 --- a/roocs_utils/__init__.py +++ b/roocs_utils/__init__.py @@ -5,7 +5,7 @@ __contact__ = "eleanor.smith@stfc.ac.uk" __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __license__ = "BSD - see LICENSE file in top-level package directory" -__version__ = "0.5.0" +__version__ = "0.6.0" from roocs_utils.config import get_config import roocs_utils diff --git a/setup.cfg b/setup.cfg index cec444f..bdd76ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index 0815f23..ec1047b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ __contact__ = "eleanor.smith@stfc.ac.uk" __copyright__ = "Copyright 2018 United Kingdom Research and Innovation" __license__ = "BSD - see LICENSE file in top-level package directory" -__version__ = "0.5.0" +__version__ = "0.6.0" from setuptools import find_packages from setuptools import setup