From e619a2c81df5a97de5c889f29752d453395d8e6a Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Wed, 18 Oct 2023 13:45:18 +0200 Subject: [PATCH] v1.1.5 --- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- src/pydp/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"