From d7ce00c678ed44d53d782b7efab2b754821e66b5 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Thu, 19 Sep 2024 15:33:39 +0200 Subject: [PATCH] release: bump version 1.0.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63530aa5..c27b80b3 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 = "1.0.10" +version = "1.0.11" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." readme = "README.rst" requires-python = ">=3.9,<4"