File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727root_url = root_url if root_url .endswith ("/" ) else root_url + "/"
2828
2929# The full version, including alpha/beta/rc tags
30- release = "0.3.0-rc3 "
30+ release = "0.3.0"
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " concrete-ml"
3- version = " 0.3.0-rc3 "
3+ version = " 0.3.0"
44description = " Concrete-ML is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists."
55license = " BSD-3-Clause-Clear"
66authors = [
Original file line number Diff line number Diff line change 11"""File to manage the version of the package."""
22# Auto-generated by "make set_version" do not modify
3- __version__ = "0.3.0-rc3 "
3+ __version__ = "0.3.0"
You can’t perform that action at this time.
0 commit comments