diff --git a/docs/conf.py b/docs/conf.py index f5fee67..ee2af64 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ project = "pyzag" copyright = "2025, Argonne National Laboratory" author = "Argonne National Laboratory" -release = "1.1.1" +release = "1.1.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 1d2e0f7..70aa43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyzag" -version = "1.1.1" +version = "1.1.2" authors = [ { name="Mark Messner", email="messner@anl.gov" }, ]