Skip to content

Commit 2db3649

Browse files
andrei-stoian-zamabcm-at-zama
authored andcommitted
chore: bump version to release 0.3.0
1 parent 52976d5 commit 2db3649

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
root_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 ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "concrete-ml"
3-
version = "0.3.0-rc3"
3+
version = "0.3.0"
44
description = "Concrete-ML is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists."
55
license = "BSD-3-Clause-Clear"
66
authors = [

src/concrete/ml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"

0 commit comments

Comments
 (0)