From 36225b9567b3928719efb6c2aa9da30223662eb2 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko <53558779+dvadym@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:35:27 +0100 Subject: [PATCH] Change version to 0.2.1rc2 (#390) --- 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 61d630da..d07363f3 100644 --- a/pipeline_dp/__init__.py +++ b/pipeline_dp/__init__.py @@ -33,4 +33,4 @@ from pipeline_dp.pipeline_backend import PipelineBackend from pipeline_dp.pipeline_backend import SparkRDDBackend -__version__ = '0.2.1rc1' +__version__ = '0.2.1rc2' diff --git a/pyproject.toml b/pyproject.toml index af71a012..d7a2caf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeline-dp" -version = "0.2.1rc1" +version = "0.2.1rc2" description = "" authors = ["Chinmay Shah ", "Vadym Doroshenko "] license = "Apache-2.0" diff --git a/setup.cfg b/setup.cfg index 46333b54..e5fe973c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1rc1 +current_version = 0.2.1rc2 commit = True tag = True diff --git a/setup.py b/setup.py index 78100b4a..739700de 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): setup_kwargs = { 'name': 'pipeline-dp', - 'version': '0.2.1rc1', + 'version': '0.2.1rc2', 'description': 'Framework for applying differential privacy to large datasets using batch processing systems', 'author': 'Chinmay Shah', 'author_email': 'chinmayshah3899@gmail.com',