diff --git a/codemeta.json b/codemeta.json index 822838d..8865c21 100644 --- a/codemeta.json +++ b/codemeta.json @@ -19,6 +19,6 @@ "codeRepository": [ "https://github.com/SWIFTSIM/swiftgalaxy", ], - "version": "1.2.1", + "version": "1.2.2", "license": "https://spdx.org/licenses/GPL-3.0-only.html", } diff --git a/pyproject.toml b/pyproject.toml index e5241ac..257867a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "swiftgalaxy" -version="1.2.1" +version="1.2.2" authors = [ { name="Kyle Oman", email="kyle.a.oman@durham.ac.uk" }, ] diff --git a/swiftgalaxy/__version__.py b/swiftgalaxy/__version__.py index a955fda..bc86c94 100644 --- a/swiftgalaxy/__version__.py +++ b/swiftgalaxy/__version__.py @@ -1 +1 @@ -__version__ = "1.2.1" +__version__ = "1.2.2"