diff --git a/docs/requirements.txt b/docs/requirements.txt index df2aeb5..db21376 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,5 +3,5 @@ sphinx-autobuild==2021.3.14 sphinx-autodoc-typehints==1.19.2 sphinx-autorun==1.1.1 sphinx-click==4.3.0 -sphinx-rtd-theme==1.0.0 +sphinx-rtd-theme==1.2.0 sphinxcontrib-napoleon==0.7 diff --git a/pyproject.toml b/pyproject.toml index 2238eef..f6debaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xpypact" -version = "0.2.0" +version = "0.2.1" description = "\"Python tools to work with elements and isotopes\"" authors = ["dvp "] license = "MIT"