Skip to content

Commit 53d77ed

Browse files
committed
build: Bump version to v0.26.dev0
1 parent 361c55c commit 53d77ed

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 = "poetry.core.masonry.api"
55
[tool.poetry]
66
# Check https://python-poetry.org/docs/pyproject/ for all available sections
77
name = "ansys-fluent-core"
8-
version = "0.25.dev1"
8+
version = "0.26.dev0"
99
description = "PyFluent provides Pythonic access to Ansys Fluent"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]

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, 25, "dev1"
9+
version_info = 0, 26, "dev0"
1010

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

0 commit comments

Comments
 (0)