diff --git a/pyproject.toml b/pyproject.toml index 5060cd95..74724b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [tool.poetry] name = "pydp" -version = "1.1.4" +version = "1.1.5.rc1" description = "" authors = [ "Chinmay Shah ", diff --git a/setup.cfg b/setup.cfg index 79934d1f..567a0052 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.4 +current_version = 1.1.5.rc1 commit = True tag = True diff --git a/setup.py b/setup.py index 4d05ebac..b06351e7 100755 --- a/setup.py +++ b/setup.py @@ -89,6 +89,6 @@ def read(fname): python_requires=">=3.8", test_suite="tests", url="https://github.com/OpenMined/PyDP", - version="1.1.4", + version="1.1.5.rc1", zip_safe=False, ) diff --git a/src/pydp/__init__.py b/src/pydp/__init__.py index e71b7003..ce4325c7 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.4" +__version__ = "1.1.5.rc1"