Skip to content

Commit 86bcb4c

Browse files
committed
build: Bump version to v0.30.dev1
1 parent 5cb9831 commit 86bcb4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.30.dev0"
8+
version = "0.30.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"""
2929

3030
# major, minor, patch
31-
version_info = 0, 30, "dev0"
31+
version_info = 0, 30, "dev1"
3232

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

0 commit comments

Comments
 (0)