diff --git a/docs/conf.py b/docs/conf.py index d32501e..f54a152 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "repo-autoindex" copyright = "2022, Red Hat" author = "Rohan McGovern " -release = "0.1.0" +release = "1.0.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 661f850..8dbff82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "repo-autoindex" -version = "0.2.0" +version = "1.0.0" description = "Generic static HTML indexes of various repository types" authors = ["Rohan McGovern "] license = "GPLv3"