From 7d1037c4eae4bb2354b88009dbcb10a738e56710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20B=C3=B6hm?= Date: Fri, 10 Jan 2025 15:07:42 +0100 Subject: [PATCH] Bump version to 0.4.19 --- 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 d560c5e..d2fbde9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ project = "tSimCNE" copyright = "2025, Nik Böhm" author = "Nik Böhm" -release = "0.4.18" +release = "0.4.19" # -- 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 a006398..959ccfb 100644 --- a/tsimcne/__init__.py +++ b/tsimcne/__init__.py @@ -1,3 +1,3 @@ from .tsimcne import PLtSimCNE, TSimCNE -__version__ = "0.4.18" +__version__ = "0.4.19"