Skip to content

Commit 9644a86

Browse files
Bump version 0.2.5
1 parent b9d7aa5 commit 9644a86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/69.dependencies.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump ansys-sphinx-theme from 0.16.2 to 0.16.5 in the doc-dependencies group

pyproject.toml

+2-2
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.2.4"
7+
version = "0.2.5"
88
description = "A Python visualization interface for PyAnsys libraries"
99
readme = "README.rst"
1010
requires-python = ">=3.9,<4"
@@ -34,7 +34,7 @@ dependencies = [
3434
[project.optional-dependencies]
3535
tests = ["pytest==8.2.1", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"]
3636
doc = [
37-
"ansys-sphinx-theme==0.16.2",
37+
"ansys-sphinx-theme==0.16.5",
3838
"jupyter_sphinx==0.5.3",
3939
"jupytext==1.16.2",
4040
"nbsphinx==0.9.4",

0 commit comments

Comments
 (0)