Skip to content

Commit f381d2a

Browse files
committed
chore: bump version to 0.2.1
1 parent f0b572f commit f381d2a

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.2.1-rc0"
30+
release = "0.2.1"
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.2.1-rc0"
3+
version = "0.2.1"
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.2.1-rc0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)