diff --git a/.zenodo.json b/.zenodo.json index b2741de1..33c33074 100755 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "

cashocs is a computational, adjoint-based shape optimization and optimal control software.

", "license": "GPL-3.0+", - "title": "cashocs v2.3.2", - "version": "v2.3.2", + "title": "cashocs v2.3.3", + "version": "v2.3.3", "upload_type": "software", "creators": [ { diff --git a/cashocs/__init__.py b/cashocs/__init__.py index f6a244d7..c751ff42 100755 --- a/cashocs/__init__.py +++ b/cashocs/__init__.py @@ -61,7 +61,7 @@ from cashocs.nonlinear_solvers import picard_iteration from cashocs.nonlinear_solvers import snes_solve -__version__ = "2.3.2" +__version__ = "2.3.3" __citation__ = """ @Article{Blauth2021cashocs, diff --git a/docs/source/_static/version_switcher.json b/docs/source/_static/version_switcher.json index deae442c..8e7530c0 100755 --- a/docs/source/_static/version_switcher.json +++ b/docs/source/_static/version_switcher.json @@ -6,7 +6,7 @@ }, { "name": "2.3 (stable)", - "version": "2.3.2", + "version": "2.3.3", "url": "https://cashocs.readthedocs.io/en/stable/", "preferred": true }, diff --git a/docs/source/conf.py b/docs/source/conf.py index 7b071bca..46682c28 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ author = "Sebastian Blauth" # The full version, including alpha/beta/rc tags -release = "2.3.2" +release = "2.3.3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b713baca..6563ac78 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "cashocs" -version = "2.3.2" +version = "2.3.3" description = "Computational Adjoint-Based Shape Optimization and Optimal Control Software" readme = "README.rst" requires-python = ">=3.9"