From 9e7760c74706df6f43130ea6db734eee72696746 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Tue, 6 Feb 2024 10:06:33 +0100 Subject: [PATCH] release: v0.13.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df578fe07..ac02a8bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-sphinx-theme" -version = "0.13.2" +version = "0.13.3" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." readme = "README.rst" requires-python = ">=3.9,<4"