Skip to content

Commit

Permalink
build: relax platformdirs version and bump version 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Jul 10, 2024
1 parent 1739fb7 commit b1812fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.21.2"
version = "0.21.3"
description = "PyFluent provides Pythonic access to Ansys Fluent"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand Down Expand Up @@ -53,7 +53,7 @@ lxml = "^4.9.2"
nltk = "^3.8.1"
numpy= "^1.21.5"
pandas = "^2.0.3"
platformdirs = "^3.5.1"
platformdirs = ">=3.6.0"
psutil = "^5.9.5"
pyyaml = "^6.0"
requests = "^2.32.3"
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, 21, 2
version_info = 0, 21, 3

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

0 comments on commit b1812fd

Please sign in to comment.