From 4241123589b85952565700e92a1576a9d8768ee8 Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Fri, 29 Sep 2023 15:15:31 +0200 Subject: [PATCH] Bumped to 0.10.5 --- docs/source/conf.py | 2 +- src/omnipy/__init__.py | 2 +- tests/test_omnipy.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 266450f6..16f1785b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ 'Ahmed Ghanem, Pável Vázquez' author = 'Sveinung Gundersen, Joshua Baskaran, Federico Bianchini, Jeanne Cheneby, Ahmed Ghanem, ' \ 'Pável Vázquez' -release = '0.10.4' +release = '0.10.5' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/src/omnipy/__init__.py b/src/omnipy/__init__.py index acd9a539..e4a5c17e 100644 --- a/src/omnipy/__init__.py +++ b/src/omnipy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.4' +__version__ = '0.10.5' import os import sys diff --git a/tests/test_omnipy.py b/tests/test_omnipy.py index 8a608e18..f7eefcff 100644 --- a/tests/test_omnipy.py +++ b/tests/test_omnipy.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == '0.10.4' + assert __version__ == '0.10.5'