File tree 2 files changed +3
-3
lines changed 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"
5
5
[tool .poetry ]
6
6
# Check https://python-poetry.org/docs/pyproject/ for all available sections
7
7
name = " ansys-fluent-visualization"
8
- version = " 0.19 .dev0"
8
+ version = " 0.20 .dev0"
9
9
description = " A python wrapper for ansys Fluent visualization"
10
10
license = " MIT"
11
11
authors = [
" ANSYS, Inc. <[email protected] >" ]
@@ -25,7 +25,7 @@ packages = [
25
25
[tool .poetry .dependencies ]
26
26
python = " >=3.10,<4.0"
27
27
importlib-metadata = {version = " ^4.0" , python = " <3.9" }
28
- ansys-fluent-core = " ==0.30.dev4 "
28
+ ansys-fluent-core = " ==0.31.dev0 "
29
29
pyvista = " >=0.44.0"
30
30
matplotlib = " >=3.6.0"
31
31
pyvistaqt = " ~=0.11.1"
Original file line number Diff line number Diff line change 24
24
25
25
26
26
def test_pkg_version ():
27
- assert __version__ == "0.19 .dev0"
27
+ assert __version__ == "0.20 .dev0"
You can’t perform that action at this time.
0 commit comments