From c8021e7c31e2a9b4acec666c4463846bc37987c5 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 26 Sep 2023 17:36:19 +0200 Subject: [PATCH] ver: bump 0.12.0 version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb1dacb84..2ba13dc71 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.12.dev0" +version = "0.12.0" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." readme = "README.rst" requires-python = ">=3.8,<4"