Skip to content

Commit

Permalink
Update version to 0.2.1rc3 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym committed Feb 10, 2023
1 parent e9c4cc6 commit 1c4b20c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pipeline_dp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
from pipeline_dp.pipeline_backend import PipelineBackend
from pipeline_dp.pipeline_backend import SparkRDDBackend

__version__ = '0.2.1rc2'
__version__ = '0.2.1rc3'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pipeline-dp"
version = "0.2.1rc2"
version = "0.2.1rc3"
description = ""
authors = ["Chinmay Shah <chinmayshah3899@gmail.com>", "Vadym Doroshenko <dvadym@google.com>"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.7, < 3.11"
python-dp = "^1.1.3rc2"
python-dp = "^1.1.3rc4"
numpy = "^1.20.1"

[tool.poetry.dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1rc2
current_version = 0.2.1rc3
commit = True
tag = True

Expand All @@ -19,4 +19,4 @@ replace = __version__ = '{new_version}'
universal = 1

[flake8]
exclude = docs
exclude = docs
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

install_requires = \
['numpy>=1.20.1,<2.0.0',
'python-dp>=1.1.3rc2',
'python-dp>=1.1.3rc4',
'scipy>=1.7.3,<2.0.0']


Expand All @@ -20,7 +20,7 @@ def read(fname):

setup_kwargs = {
'name': 'pipeline-dp',
'version': '0.2.1rc2',
'version': '0.2.1rc3',
'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 1c4b20c

Please sign in to comment.