Skip to content

Commit a409a4b

Browse files
committed
release candiate ready
1 parent ea5b9aa commit a409a4b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2rc2
2+
current_version = 1.1.2rc3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ def read(fname):
6060
python_requires=">=3.7",
6161
test_suite="tests",
6262
url="https://github.com/OpenMined/PyDP",
63-
version="1.1.2rc2",
63+
version="1.1.2rc3",
6464
zip_safe=False,
6565
)

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.2rc2"
10+
__version__ = "1.1.2rc3"

0 commit comments

Comments
 (0)