From c493bc57ac46591ff9fe0fae77e58eb48e8e31df Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Thu, 23 Jul 2020 20:59:19 +0200 Subject: [PATCH] release 0.3.0 --- clisops/__version__.py | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clisops/__version__.py b/clisops/__version__.py index aa9b175c..32e4b2be 100644 --- a/clisops/__version__.py +++ b/clisops/__version__.py @@ -5,4 +5,4 @@ __author__ = "Elle Smith" __email__ = "eleanor.smith@stfc.ac.uk" -__version__ = "0.2.1" +__version__ = "0.3.0" diff --git a/docs/conf.py b/docs/conf.py index a3e3de7f..2d258361 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ # The short X.Y version. version = "" # The full version, including alpha/beta/rc tags. -release = "0.2.1" +release = "0.3.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 2454225c..6a7e1292 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 commit = True tag = True