Skip to content

Commit 1c4b20c

Browse files
authored
Update version to 0.2.1rc3 (#398)
1 parent e9c4cc6 commit 1c4b20c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pipeline_dp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
from pipeline_dp.pipeline_backend import PipelineBackend
3434
from pipeline_dp.pipeline_backend import SparkRDDBackend
3535

36-
__version__ = '0.2.1rc2'
36+
__version__ = '0.2.1rc3'

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.1rc2"
3+
version = "0.2.1rc3"
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.7, < 3.11"
10-
python-dp = "^1.1.3rc2"
10+
python-dp = "^1.1.3rc4"
1111
numpy = "^1.20.1"
1212

1313
[tool.poetry.dev-dependencies]

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1rc2
2+
current_version = 0.2.1rc3
33
commit = True
44
tag = True
55

@@ -19,4 +19,4 @@ replace = __version__ = '{new_version}'
1919
universal = 1
2020

2121
[flake8]
22-
exclude = docs
22+
exclude = docs

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
install_requires = \
1212
['numpy>=1.20.1,<2.0.0',
13-
'python-dp>=1.1.3rc2',
13+
'python-dp>=1.1.3rc4',
1414
'scipy>=1.7.3,<2.0.0']
1515

1616

@@ -20,7 +20,7 @@ def read(fname):
2020

2121
setup_kwargs = {
2222
'name': 'pipeline-dp',
23-
'version': '0.2.1rc2',
23+
'version': '0.2.1rc3',
2424
'description': 'Framework for applying differential privacy to large datasets using batch processing systems',
2525
'author': 'Chinmay Shah',
2626
'author_email': '[email protected]',

0 commit comments

Comments
 (0)