From de6f7cdfa77c0315132f034bcafcba45dfdacc2d Mon Sep 17 00:00:00 2001 From: Chetan Gohil Date: Tue, 27 Aug 2024 06:31:14 +0100 Subject: [PATCH] Updated version to v0.10.0. --- doc/source/conf.py | 2 +- osl/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3ccbd26..1cdbb2c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ author = 'OHBA Analysis Group' # The full version, including alpha/beta/rc tags -release = '0.9.0' +release = '0.10.0' # -- General configuration --------------------------------------------------- diff --git a/osl/__init__.py b/osl/__init__.py index a7ba5ef..60260fe 100644 --- a/osl/__init__.py +++ b/osl/__init__.py @@ -37,4 +37,4 @@ osl_logger.debug('osl main init complete') # -------------------------------------------------------- -__version__ = '0.10.dev0' +__version__ = '0.10.0' diff --git a/setup.py b/setup.py index ad79117..b1e9a96 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = 'osl' setup(name=name, - version='0.10.dev0', + version='0.10.0', description='OHBA Software Library', long_description=README, long_description_content_type="text/markdown",