Skip to content

Commit 89c5220

Browse files
committed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualization into main
2 parents be082e5 + da50c44 commit 89c5220

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-visualization"
8-
version = "0.19.dev0"
8+
version = "0.20.dev0"
99
description = "A python wrapper for ansys Fluent visualization"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]
@@ -25,7 +25,7 @@ packages = [
2525
[tool.poetry.dependencies]
2626
python = ">=3.10,<4.0"
2727
importlib-metadata = {version = "^4.0", python = "<3.9"}
28-
ansys-fluent-core = "==0.30.dev4"
28+
ansys-fluent-core = "==0.31.dev0"
2929
pyvista = ">=0.44.0"
3030
matplotlib = ">=3.6.0"
3131
pyvistaqt = "~=0.11.1"

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525

2626
def test_pkg_version():
27-
assert __version__ == "0.19.dev0"
27+
assert __version__ == "0.20.dev0"

0 commit comments

Comments
 (0)