From 4e2137451ae76e6d9823ea53c51096ac6f66cd28 Mon Sep 17 00:00:00 2001 From: chinmay Date: Tue, 15 Aug 2023 23:04:49 +0530 Subject: [PATCH] release ready for 1.1.4 --- 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 e1acb451..3f375831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydp" -version = "1.1.4rc1" +version = "1.1.4" description = "" authors = [ "Chinmay Shah ", diff --git a/setup.cfg b/setup.cfg index 403d247a..79934d1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.4rc1 +current_version = 1.1.4 commit = True tag = True diff --git a/setup.py b/setup.py index b5a8d81c..15de29cd 100755 --- a/setup.py +++ b/setup.py @@ -60,6 +60,6 @@ def read(fname): python_requires=">=3.8", test_suite="tests", url="https://github.com/OpenMined/PyDP", - version="1.1.4rc1", + version="1.1.4", zip_safe=False, ) diff --git a/src/pydp/__init__.py b/src/pydp/__init__.py index d32dab63..e71b7003 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.4rc1" +__version__ = "1.1.4"