diff --git a/docs/source/conf.py b/docs/source/conf.py index d2829a45..9fdc8e9c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ "Daria Van Hende , " "Luke Causer " ) -release = version = "2.4.1" +release = version = "2.4.2" add_module_names = False autoclass_content = "both" smv_remote_whitelist = None diff --git a/pyproject.toml b/pyproject.toml index 7c5162c9..25a2a3df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "qat-compiler" # This name has the -compiler suffix in order to use the poetry and twine tools to build and publish to PyPI # witout having to manually adjust the dist file names. -version = "2.4.1" +version = "2.4.2" description = "A low-level quantum compiler and runtime which facilitates executing quantum IRs." readme = "README.rst" documentation = "https://oqc-community.github.io/qat"