Skip to content

Commit

Permalink
updated the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmayshah99 committed Jan 24, 2022
1 parent 508c57d commit b40cc47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipeline_dp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from pipeline_dp.pipeline_backend import LocalBackend
from pipeline_dp.pipeline_backend import SparkRDDBackend

__version__ = '0.0.1rc0'
__version__ = '0.0.1rc1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipeline-dp"
version = "0.0.1rc0"
version = "0.0.1rc1"
description = ""
authors = ["Chinmay Shah <chinmayshah3899@gmail.com>", "Vadym Doroshenko <dvadym@google.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname):

setup_kwargs = {
'name': 'pipeline-dp',
'version': '0.0.1rc0',
'version': '0.0.1rc1',
'description': 'Framework for applying differential privacy to large datasets using batch processing systems',
'author': 'Chinmay Shah',
'author_email': 'chinmayshah3899@gmail.com',
Expand Down

0 comments on commit b40cc47

Please sign in to comment.