We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df25a14 commit 83c68c1Copy full SHA for 83c68c1
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
name = "ansys-fluent-core"
8
-version = "0.29.dev0"
+version = "0.29.dev1"
9
description = "PyFluent provides Pythonic access to Ansys Fluent."
10
readme = "README.rst"
11
requires-python = ">=3.10,<3.14"
src/ansys/fluent/core/_version.py
@@ -6,7 +6,7 @@
"""
# major, minor, patch
-version_info = 0, 29, "dev0"
+version_info = 0, 29, "dev1"
# Nice string for the version
12
__version__ = ".".join(map(str, version_info))
0 commit comments