File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
77name = " ansys-fluent-core"
8- version = " 0.21.2 "
8+ version = " 0.21.3 "
99description = " PyFluent provides Pythonic access to Ansys Fluent"
1010license = " MIT"
1111authors = [
" ANSYS, Inc. <[email protected] >" ]
@@ -53,7 +53,7 @@ lxml = "^4.9.2"
5353nltk = " ^3.8.1"
5454numpy = " ^1.21.5"
5555pandas = " ^2.0.3"
56- platformdirs = " ^3.5.1 "
56+ platformdirs = " >=3.6.0 "
5757psutil = " ^5.9.5"
5858pyyaml = " ^6.0"
5959requests = " ^2.32.3"
Original file line number Diff line number Diff line change 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 ))
You can’t perform that action at this time.
0 commit comments