From a5301e1f6272fdf356a49e687deb5fe00b7cc517 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Wed, 22 Nov 2023 17:34:57 +0100 Subject: [PATCH] v0.2.2rc2 --- pipeline_dp/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipeline_dp/__init__.py b/pipeline_dp/__init__.py index 8c251a58..d5951818 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.2rc1' +__version__ = '0.2.2rc2' diff --git a/pyproject.toml b/pyproject.toml index 44202076..dc3a2f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeline-dp" -version = "0.2.2rc1" +version = "0.2.2rc2" description = "" authors = ["Chinmay Shah ", "Vadym Doroshenko "] license = "Apache-2.0" diff --git a/setup.cfg b/setup.cfg index 84631ad1..a7f4368f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2rc1 +current_version = 0.2.2rc2 commit = True tag = True diff --git a/setup.py b/setup.py index 4a6be132..d84ddfd1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(fname): setup_kwargs = { 'name': 'pipeline-dp', - 'version': '0.2.2rc1', + 'version': '0.2.2rc2', 'description': 'Framework for applying differential privacy to large datasets using batch processing systems', 'author': 'Chinmay Shah', 'author_email': 'chinmayshah3899@gmail.com',