Skip to content

Commit 519c8b0

Browse files
Bump version to v0.4.1 (#101)
* VTK Dependency (#99) * VTK Dependency. * Doc build issue * Bump version to v0.4.1 Co-authored-by: Aseem Jain <[email protected]>
1 parent 09eadde commit 519c8b0

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.4.0"
8+
version = "0.4.1"
99
description = "A python wrapper for ansys Fluent visualization"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]
@@ -26,7 +26,7 @@ packages = [
2626
python = ">=3.7,<4.0"
2727
importlib-metadata = {version = "^4.0", python = "<3.8"}
2828
ansys-fluent-core = "~=0.10"
29-
vtk = {version = "9.1.0", python = "<=3.9"}
29+
vtk = {version = ">=9.0.3", python = "<=3.9"}
3030
ipyvtklink = ">=0.2.2"
3131
pyvista = ">=0.33.2"
3232
pyvistaqt = ">=0.7.0"

tests/test_metadata.py

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

33

44
def test_pkg_version():
5-
assert __version__ == "0.4.0"
5+
assert __version__ == "0.4.1"

0 commit comments

Comments
 (0)