From e5f5dc76f9ba00b260137f8924d25db43b1aac11 Mon Sep 17 00:00:00 2001 From: Peter Krull Date: Thu, 2 Nov 2023 16:03:33 -0600 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a75190b0c..4d59999ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-additive-core" -version = "0.16.dev2" +version = "0.16.dev3" description = "A python client for the Ansys Additive service" readme = "README.rst" requires-python = ">=3.9,<4"