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"