From f59166788c83df586c2ad4f9506b0258b41d4d10 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Tue, 21 Feb 2023 09:22:57 +0100 Subject: [PATCH] Update PyDP version to 1.1.3rc5 --- setup.cfg | 2 +- setup.py | 2 +- src/pydp/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f02cd47e..5ad4c0a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.3rc4 +current_version = 1.1.3rc5 commit = True tag = True diff --git a/setup.py b/setup.py index ccc3c4f6..cac2c175 100755 --- a/setup.py +++ b/setup.py @@ -60,6 +60,6 @@ def read(fname): python_requires=">=3.7", test_suite="tests", url="https://github.com/OpenMined/PyDP", - version="1.1.3rc4", + version="1.1.3rc5", zip_safe=False, ) diff --git a/src/pydp/__init__.py b/src/pydp/__init__.py index 054784e7..4a323935 100644 --- a/src/pydp/__init__.py +++ b/src/pydp/__init__.py @@ -7,4 +7,4 @@ from pydp import util from pydp import ml -__version__ = "1.1.3rc4" +__version__ = "1.1.3rc5"