Skip to content

Commit

Permalink
build: Bump version 0.20.dev11
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Mar 21, 2024
1 parent c42c2b7 commit 9bbbd07
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.20.dev10"
version = "0.20.dev11"
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, 20, "dev10"
version_info = 0, 20, "dev11"

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

0 comments on commit 9bbbd07

Please sign in to comment.