diff --git a/doc/source/index.rst b/doc/source/index.rst index ebd036d3c..f456e116e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,13 +15,6 @@ of the Ansys release. Step-by-step guidelines on how to set up your environment to work with PyAdditive. - .. grid-item-card:: User guide :fa:`book-open-reader` - :link: user-guide - :link-type: doc - - Learn about the capabilities, features, and key topics in PyAdditive. - This guide provides useful background information and explanations. - .. jinja:: main_toctree {% if build_api or build_examples %} diff --git a/pyproject.toml b/pyproject.toml index 4c16c8120..05ee6ccf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ maintainers = [{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}] name = "ansys-additive-core" readme = "README.rst" requires-python = ">=3.10,<4" -version = "0.19.0" +version = "0.19.1" dependencies = [ "ansys-api-additive==2.2.1",