Skip to content

Commit f5625e3

Browse files
Bump version 0.4.2
1 parent ea46035 commit f5625e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump the general-dependencies group with 2 updates

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-tools-visualization-interface"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "A Python visualization interface for PyAnsys libraries"
99
readme = "README.rst"
1010
requires-python = ">=3.9,<4"
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = [
2626
"pyvista >= 0.43.0,<1",
2727
"beartype >= 0.17.0,<1",
28-
"websockets >= 12.0,<13",
28+
"websockets >= 12.0,< 14",
2929
"trame >= 3.6.0,<4",
3030
"trame-vtk >= 2.8.7,<3",
3131
"trame-vuetify >= 2.4.3,<3",
@@ -45,7 +45,7 @@ doc = [
4545
"sphinx_design==0.6.0",
4646
"sphinx-gallery==0.17.0",
4747
"sphinx-jinja==2.0.2",
48-
"ansys-fluent-core==0.22.0",
48+
"ansys-fluent-core==0.24.2",
4949
]
5050

5151
[project.urls]

0 commit comments

Comments
 (0)