diff --git a/doc/changelog.d/325.miscellaneous.md b/doc/changelog.d/325.miscellaneous.md new file mode 100644 index 0000000..84a929d --- /dev/null +++ b/doc/changelog.d/325.miscellaneous.md @@ -0,0 +1 @@ +Bump version to 0.14 diff --git a/pyproject.toml b/pyproject.toml index 6d8e313..9a33de2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-workbench-core" -version = "0.13.dev0" +version = "0.14.dev0" description = "A python wrapper for Ansys Workbench" readme = "README.rst" requires-python = ">=3.11,<4.0"