Skip to content

Commit

Permalink
build: Bump version to v0.25.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Aug 20, 2024
1 parent 0013076 commit c62f1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# Check https://python-poetry.org/docs/pyproject/ for all available sections
name = "ansys-fluent-core"
version = "0.25.dev0"
version = "0.25.dev1"
description = "PyFluent provides Pythonic access to Ansys Fluent"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# major, minor, patch
version_info = 0, 25, "dev0"
version_info = 0, 25, "dev1"

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

0 comments on commit c62f1b1

Please sign in to comment.