We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b31cd3 commit af54eb2Copy full SHA for af54eb2
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.dev3"
+version = "0.30.dev0"
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
@@ -28,7 +28,7 @@
28
"""
29
30
# major, minor, patch
31
-version_info = 0, 29, "dev3"
+version_info = 0, 30, "dev0"
32
33
# Nice string for the version
34
__version__ = ".".join(map(str, version_info))
0 commit comments