Skip to content

Commit 63d1a91

Browse files
committed
bumped package version yet again
1 parent d5db102 commit 63d1a91

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "pydp"
9-
version = "1.1.5.rc2"
9+
version = "1.1.5.rc3"
1010
description = ""
1111
authors = [
1212
"Chinmay Shah <chinmayshah3899@gmail.com>",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.5.rc2
2+
current_version = 1.1.5.rc3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ def read(fname):
8989
python_requires=">=3.8",
9090
test_suite="tests",
9191
url="https://github.com/OpenMined/PyDP",
92-
version="1.1.5.rc2",
92+
version="1.1.5.rc3",
9393
zip_safe=False,
9494
)

src/pydp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from pydp import util
88
from pydp import ml
99

10-
__version__ = "1.1.5.rc2"
10+
__version__ = "1.1.5.rc3"

0 commit comments

Comments
 (0)