From 7a4c9fb7e8ea3a6c1d10f0cbd8a1446dfad7a135 Mon Sep 17 00:00:00 2001 From: Marina Galvagni <96880748+margalva@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:27:05 -0700 Subject: [PATCH] update package version (#126) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100644 new mode 100755 index cfd948ec..cc7c0ce7 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "ansys-dynamicreporting-core" -version = "0.7.0.dev0" +version = "0.8.0.dev0" authors = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}, ] @@ -155,4 +155,4 @@ exclude_dirs = [ "venv/*","setup.py","test_cleanup.py","tests/*","doc/*" ] in-place = true pre-summary-newline = true wrap-descriptions = 88 -wrap-summaries = 88 \ No newline at end of file +wrap-summaries = 88