Skip to content

Commit 45ba314

Browse files
committed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualization into main
2 parents 9adc29b + b1ee036 commit 45ba314

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.18.dev0"
8+
version = "0.19.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.29.dev0"
28+
ansys-fluent-core = "~=0.30.dev2"
2929
pyvista = { version = ">=0.44.0", extras = ["jupyter"]}
3030
matplotlib = ">=3.6.0"
3131
vtk = {version = "<9.4.0", python = "<3.13"}

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.18.dev0"
27+
assert __version__ == "0.19.dev0"

0 commit comments

Comments
 (0)