mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: bump version to 0.3.0-rc1
This commit is contained in:
@@ -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.2.0"
|
||||
release = "0.3.0-rc1"
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "concrete-numpy"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0-rc1"
|
||||
description = "Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library."
|
||||
license = "BSD-3-Clause"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user