Skip to content

Commit

Permalink
Update PipelineDP version to 0.2.1rc6 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym authored Oct 18, 2023
1 parent 3ecac9e commit a6eee87
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pipeline_dp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
from pipeline_dp.pipeline_backend import PipelineBackend
from pipeline_dp.pipeline_backend import SparkRDDBackend

__version__ = '0.2.1rc5'
__version__ = '0.2.1.rc6'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pipeline-dp"
version = "0.2.1rc5"
version = "0.2.1.rc6"
description = ""
authors = ["Chinmay Shah <[email protected]>", "Vadym Doroshenko <[email protected]>"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8, < 3.12"
python-dp = "^1.1.4"
python-dp = "^1.1.5rc4"
numpy = "^1.20.1"

[tool.poetry.dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pytest-timeout

pylint
yapf
dp-accounting==0.4.2
python-dp==1.1.4
dp-accounting~=0.4.3
python-dp~=1.1.5rc4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1rc5
current_version = 0.2.1.rc6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):

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

0 comments on commit a6eee87

Please sign in to comment.