Skip to content

Commit

Permalink
Update PipelineDP version to v0.2.1rc1 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym authored Nov 3, 2022
1 parent 1142fef commit 10a18bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pipeline_dp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
from pipeline_dp.pipeline_backend import LocalBackend
from pipeline_dp.pipeline_backend import SparkRDDBackend

__version__ = '0.2.0'
__version__ = '0.2.1rc1'
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.0"
version = "0.2.1rc1"
description = ""
authors = ["Chinmay Shah <[email protected]>", "Vadym Doroshenko <[email protected]>"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.7, < 3.11"
python-dp = "^1.1.1"
python-dp = "^1.1.3rc2"
numpy = "^1.20.1"

[tool.poetry.dev-dependencies]
Expand Down
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.0
current_version = 0.2.1rc1
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 @@ -20,7 +20,7 @@ def read(fname):

setup_kwargs = {
'name': 'pipeline-dp',
'version': '0.2.0',
'version': '0.2.1rc1',
'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 10a18bf

Please sign in to comment.