Skip to content

Commit 83c68c1

Browse files
committed
build: Bump version to v0.29.dev1
1 parent df25a14 commit 83c68c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-fluent-core"
8-
version = "0.29.dev0"
8+
version = "0.29.dev1"
99
description = "PyFluent provides Pythonic access to Ansys Fluent."
1010
readme = "README.rst"
1111
requires-python = ">=3.10,<3.14"

src/ansys/fluent/core/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# major, minor, patch
9-
version_info = 0, 29, "dev0"
9+
version_info = 0, 29, "dev1"
1010

1111
# Nice string for the version
1212
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)