Skip to content

Commit

Permalink
build: Bump version 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Apr 18, 2024
1 parent 675bc44 commit e658f05
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.0"
version = "0.20.1"
description = "PyFluent provides Pythonic access to Ansys Fluent"
license = "MIT"
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]
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, 0
version_info = 0, 20, 1

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

0 comments on commit e658f05

Please sign in to comment.