Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Jul 12, 2023
1 parent 4aabacd commit 8656d1f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "<p>cashocs is a computational, adjoint-based shape optimization and optimal control software.</p>",
"license": "GPL-3.0+",
"title": "cashocs v2.0.8",
"version": "v2.0.8",
"title": "cashocs v2.0.9",
"version": "v2.0.9",
"upload_type": "software",
"creators": [
{
Expand Down
2 changes: 1 addition & 1 deletion cashocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
from cashocs.nonlinear_solvers import newton_solve
from cashocs.nonlinear_solvers import picard_iteration

__version__ = "2.0.8"
__version__ = "2.0.9"

__citation__ = """
@Article{Blauth2021cashocs,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/_static/version_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
{
"name": "2.0 (stable)",
"version": "2.0.8",
"url": "https://cashocs.readthedocs.io/en/v2.0.8/"
"version": "2.0.9",
"url": "https://cashocs.readthedocs.io/en/v2.0.9/"
},
{
"name": "1.8",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = "Sebastian Blauth"

# The full version, including alpha/beta/rc tags
release = "2.0.8"
release = "2.0.9"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cashocs"
version = "2.0.8"
version = "2.0.9"
description = "Computational Adjoint-Based Shape Optimization and Optimal Control Software"
readme = "README.rst"
requires-python = ">=3.8"
Expand Down

0 comments on commit 8656d1f

Please sign in to comment.