Skip to content

Commit

Permalink
v0.1.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym authored Jan 28, 2022
1 parent 8cce99b commit 04e288e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipeline_dp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from pipeline_dp.pipeline_backend import LocalBackend
from pipeline_dp.pipeline_backend import SparkRDDBackend

__version__ = '0.0.1rc5'
__version__ = '0.1.0-beta'
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.1rc5"
version = "0.1.0-beta"
description = ""
authors = ["Chinmay Shah <[email protected]>", "Vadym Doroshenko <[email protected]>"]
license = "Apache-2.0"
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.0.1rc1
current_version = 0.0.1rc5
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 @@ -24,7 +24,7 @@ def read(fname):

setup_kwargs = {
'name': 'pipeline-dp',
'version': '0.0.1rc5',
'version': '0.1.0-beta',
'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 04e288e

Please sign in to comment.