Skip to content

Commit 53207e6

Browse files
authored
Bump version to 1.1.5.rc11 (#493)
1 parent 0a14ad4 commit 53207e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.rc4"
9+
version = "1.1.5.rc11"
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.rc4
2+
current_version = 1.1.5.rc11
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.rc4",
92+
version="1.1.5.rc11",
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.rc4"
10+
__version__ = "1.1.5.rc11"

0 commit comments

Comments
 (0)