From 137cd35cdb841a308fafc34eea670683205678b5 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 14 Nov 2022 16:30:19 +0100 Subject: [PATCH] REL: Increase program versions --- setup.py | 6 +++--- src/doc/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 11b734b6..187b04f0 100755 --- a/setup.py +++ b/setup.py @@ -45,10 +45,10 @@ from setuptools import find_packages, setup # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ######################################################################## -ISRELEASED = False +ISRELEASED = True MAJOR = 0 -MINOR = 9 -MICRO = 1 +MINOR = 10 +MICRO = 0 # Do not tag as pre-release until this commit # https://github.com/pypa/packaging/pull/515 # has made it into a release. Probably we should wait for pypa/packaging>=21.4 diff --git a/src/doc/conf.py b/src/doc/conf.py index 0c1cab80..8f3dfbdb 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.9.0' +version = '0.10.0' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.9.1-dev' +release = '0.10.0' # -- General configuration --------------------------------------------------- -- GitLab