From 0fff767669e8ebdfe16f0f0ef46159d5d83b65b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20B=C3=B6hm?= Date: Tue, 30 Jan 2024 20:24:46 +0100 Subject: [PATCH] Bump version to 0.3.10 --- docs/source/conf.py | 2 +- tsimcne/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2c16fad..4222742 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ project = "tSimCNE" copyright = "2023, Nik Böhm" author = "Nik Böhm" -release = "0.3.9" +release = "0.3.10" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/tsimcne/__init__.py b/tsimcne/__init__.py index ce1e3d5..6e67bdf 100644 --- a/tsimcne/__init__.py +++ b/tsimcne/__init__.py @@ -1,3 +1,3 @@ from .tsimcne import PLtSimCNE, TSimCNE -__version__ = "0.3.9" +__version__ = "0.3.10"