diff --git a/README.md b/README.md index b7bce9ccdd417514e05cabf0f26934f059c1d0a8..94fd814f5694383920905836eac25f81e378414b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ make your changes and then [submit a merge request](https://mbees.med.uni-augsbu # Changelog -## 1.2.4 (2022-03-14) +## 1.2.5 (2022-03-14) - Release on PyPI diff --git a/pyproject.toml b/pyproject.toml index fbbb29f6b30a51f9779d3382f95ccb27da279d5a..0df034513da0384e4009cd4b1cf68d8538976ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boxmox" -version = "1.2.4" +version = "1.2.5" description = "BOXMOX python interface" license = "GPL-3.0-or-later" authors = ["Christoph Knote <christoph.knote@med.uni-augsburg.de>"]