diff --git a/doc/changelog.d/147.maintenance.md b/doc/changelog.d/147.maintenance.md new file mode 100644 index 00000000..eb23e305 --- /dev/null +++ b/doc/changelog.d/147.maintenance.md @@ -0,0 +1 @@ +CHORE: Bump dev version into 0.7.dev0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e9f4b64b..ebfb4fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-conceptev-core" description = "A Python wrapper for Ansys Conceptev core" -version = "0.5.dev0" +version = "0.7.dev0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "]