Skip to content

Commit 89d9e32

Browse files
authored
v0.2.2rc2 (#509)
1 parent acf9f67 commit 89d9e32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pipeline_dp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
from pipeline_dp.pipeline_backend import PipelineBackend
3939
from pipeline_dp.pipeline_backend import SparkRDDBackend
4040

41-
__version__ = '0.2.2rc1'
41+
__version__ = '0.2.2rc2'

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 = "pipeline-dp"
3-
version = "0.2.2rc1"
3+
version = "0.2.2rc2"
44
description = ""
55
authors = ["Chinmay Shah <[email protected]>", "Vadym Doroshenko <[email protected]>"]
66
license = "Apache-2.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2rc1
2+
current_version = 0.2.2rc2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424
setup_kwargs = {
2525
'name': 'pipeline-dp',
26-
'version': '0.2.2rc1',
26+
'version': '0.2.2rc2',
2727
'description': 'Framework for applying differential privacy to large datasets using batch processing systems',
2828
'author': 'Chinmay Shah',
2929
'author_email': '[email protected]',

0 commit comments

Comments
 (0)