From 184eb33407906eb5985f79ec869491158ab49952 Mon Sep 17 00:00:00 2001 From: rchopade7 <163139281+rchopade7@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:18:08 +0530 Subject: [PATCH] maint: upgrade version to 0.6.1 (#824) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/824.changed.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/824.changed.md diff --git a/doc/changelog.d/824.changed.md b/doc/changelog.d/824.changed.md new file mode 100644 index 0000000000..6ccc9aaf3b --- /dev/null +++ b/doc/changelog.d/824.changed.md @@ -0,0 +1 @@ +maint: upgrade version to 0.6.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 085eb9ccc7..13ecaa8658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-meshing-prime" -version = "0.6.0" +version = "0.6.1" description = "PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology." readme = "README.md" requires-python = ">=3.8,<4"