diff --git a/VERSION b/VERSION index a73b4325..1d5e9e0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.2 \ No newline at end of file +1.5.3 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 3db5d2a0..4bb94bda 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,8 +27,8 @@ project = 'f3dasm' author = 'Martin van der Schelling' copyright = '2024, Martin van der Schelling' -version = '1.5.2' -release = '1.5.2' +version = '1.5.3' +release = '1.5.3' # -- General configuration ---------------------------------------------------- diff --git a/src/f3dasm/__version__.py b/src/f3dasm/__version__.py index d0fd69de..8eb33537 100644 --- a/src/f3dasm/__version__.py +++ b/src/f3dasm/__version__.py @@ -1 +1 @@ -__version__: str = "1.5.2" +__version__: str = "1.5.3"