diff --git a/pyproject.toml b/pyproject.toml index 1d2b4b20..0348f358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [tool.poetry] name = "pydp" -version = "1.1.5.rc4" +version = "1.1.5" description = "" authors = [ "Chinmay Shah ", diff --git a/setup.cfg b/setup.cfg index 3dbdd9cf..98d3f0b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.5.rc4 +current_version = 1.1.5 commit = True tag = True diff --git a/setup.py b/setup.py index cb26c460..a51d4593 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.5.rc4", + version="1.1.5", zip_safe=False, ) diff --git a/src/pydp/__init__.py b/src/pydp/__init__.py index f9c7c292..fb9324c9 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.5.rc4" +__version__ = "1.1.5"