Skip to content

Commit

Permalink
Bump version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and AlejandroFernandezLuces committed Jun 12, 2024
1 parent b9d7aa5 commit 9644a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/69.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps): bump ansys-sphinx-theme from 0.16.2 to 0.16.5 in the doc-dependencies group
4 changes: 2 additions & 2 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.2.4"
version = "0.2.5"
description = "A Python visualization interface for PyAnsys libraries"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies = [
[project.optional-dependencies]
tests = ["pytest==8.2.1", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"]
doc = [
"ansys-sphinx-theme==0.16.2",
"ansys-sphinx-theme==0.16.5",
"jupyter_sphinx==0.5.3",
"jupytext==1.16.2",
"nbsphinx==0.9.4",
Expand Down

0 comments on commit 9644a86

Please sign in to comment.