diff --git a/doc/changelog.d/262.miscellaneous.md b/doc/changelog.d/262.miscellaneous.md new file mode 100644 index 00000000..672c435d --- /dev/null +++ b/doc/changelog.d/262.miscellaneous.md @@ -0,0 +1 @@ +Chore: update dev version \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d24b624a..ce7a8f99 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.9.dev0" +version = "0.10.dev0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "]