Skip to content

Commit b1812fd

Browse files
committed
build: relax platformdirs version and bump version 0.21.3
1 parent 1739fb7 commit b1812fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.21.2"
8+
version = "0.21.3"
99
description = "PyFluent provides Pythonic access to Ansys Fluent"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]
@@ -53,7 +53,7 @@ lxml = "^4.9.2"
5353
nltk = "^3.8.1"
5454
numpy= "^1.21.5"
5555
pandas = "^2.0.3"
56-
platformdirs = "^3.5.1"
56+
platformdirs = ">=3.6.0"
5757
psutil = "^5.9.5"
5858
pyyaml = "^6.0"
5959
requests = "^2.32.3"

src/ansys/fluent/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# major, minor, patch
9-
version_info = 0, 21, 2
9+
version_info = 0, 21, 3
1010

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

0 commit comments

Comments
 (0)