Skip to content

Commit

Permalink
Bump version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and AlejandroFernandezLuces committed Sep 4, 2024
1 parent ea46035 commit f5625e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/131.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps): bump the general-dependencies group with 2 updates
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-tools-visualization-interface"
version = "0.4.1"
version = "0.4.2"
description = "A Python visualization interface for PyAnsys libraries"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand All @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"pyvista >= 0.43.0,<1",
"beartype >= 0.17.0,<1",
"websockets >= 12.0,<13",
"websockets >= 12.0,< 14",
"trame >= 3.6.0,<4",
"trame-vtk >= 2.8.7,<3",
"trame-vuetify >= 2.4.3,<3",
Expand All @@ -45,7 +45,7 @@ doc = [
"sphinx_design==0.6.0",
"sphinx-gallery==0.17.0",
"sphinx-jinja==2.0.2",
"ansys-fluent-core==0.22.0",
"ansys-fluent-core==0.24.2",
]

[project.urls]
Expand Down

0 comments on commit f5625e3

Please sign in to comment.