Skip to content

Commit a6eee87

Browse files
authored
Update PipelineDP version to 0.2.1rc6 (#497)
1 parent 3ecac9e commit a6eee87

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.1rc5'
41+
__version__ = '0.2.1.rc6'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "pipeline-dp"
3-
version = "0.2.1rc5"
3+
version = "0.2.1.rc6"
44
description = ""
55
authors = ["Chinmay Shah <[email protected]>", "Vadym Doroshenko <[email protected]>"]
66
license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.8, < 3.12"
10-
python-dp = "^1.1.4"
10+
python-dp = "^1.1.5rc4"
1111
numpy = "^1.20.1"
1212

1313
[tool.poetry.dev-dependencies]

requirements.dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ pytest-timeout
1111

1212
pylint
1313
yapf
14-
dp-accounting==0.4.2
15-
python-dp==1.1.4
14+
dp-accounting~=0.4.3
15+
python-dp~=1.1.5rc4

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.1rc5
2+
current_version = 0.2.1.rc6
33
commit = True
44
tag = True
55

setup.py

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

2222
setup_kwargs = {
2323
'name': 'pipeline-dp',
24-
'version': '0.2.1rc5',
24+
'version': '0.2.1.rc6',
2525
'description': 'Framework for applying differential privacy to large datasets using batch processing systems',
2626
'author': 'Chinmay Shah',
2727
'author_email': '[email protected]',

0 commit comments

Comments
 (0)