diff --git a/doc/changelog.d/504.maintenance.md b/doc/changelog.d/504.maintenance.md new file mode 100644 index 00000000..0dd4cbcc --- /dev/null +++ b/doc/changelog.d/504.maintenance.md @@ -0,0 +1 @@ +Update dev version. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 096b78ae..f32f99ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-templates" -version = "2.2.dev0" +version = "5.0.dev0" description = "Creates Python projects according to PyAnsys guidelines" readme = "README.rst" requires-python = ">=3.9,<4"