chore: bump version to 0.3.0-rc5

This commit is contained in:
Umut
2022-03-08 13:12:23 +03:00
parent b71cbc8ecb
commit 47fe98640d
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ root_url = os.environ.get("DOC_ROOT_URL", "/concrete-numpy")
root_url = root_url if root_url.endswith('/') else root_url + '/'
# The full version, including alpha/beta/rc tags
release = "0.3.0-rc4"
release = "0.3.0-rc5"
# -- General configuration ---------------------------------------------------