diff --git a/pipeline_dp/__init__.py b/pipeline_dp/__init__.py index bf47db00..8c251a58 100644 --- a/pipeline_dp/__init__.py +++ b/pipeline_dp/__init__.py @@ -38,4 +38,4 @@ from pipeline_dp.pipeline_backend import PipelineBackend from pipeline_dp.pipeline_backend import SparkRDDBackend -__version__ = '0.2.1' +__version__ = '0.2.2rc1' diff --git a/pyproject.toml b/pyproject.toml index e099fab8..44202076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeline-dp" -version = "0.2.1" +version = "0.2.2rc1" description = "" authors = ["Chinmay Shah ", "Vadym Doroshenko "] license = "Apache-2.0" diff --git a/setup.cfg b/setup.cfg index 94d999f5..84631ad1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2rc1 commit = True tag = True diff --git a/setup.py b/setup.py index b0c411a3..4a6be132 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(fname): setup_kwargs = { 'name': 'pipeline-dp', - 'version': '0.2.1', + 'version': '0.2.2rc1', 'description': 'Framework for applying differential privacy to large datasets using batch processing systems', 'author': 'Chinmay Shah', 'author_email': 'chinmayshah3899@gmail.com',