Skip to content

Commit 0627d0e

Browse files
authored
Bump to version 1.1.3rc6 (#460)
1 parent 0e6ad34 commit 0627d0e

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.3rc5
2+
current_version = 1.1.3rc6
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.3rc5",
63+
version="1.1.3rc6",
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.3rc5"
10+
__version__ = "1.1.3rc6"

0 commit comments

Comments
 (0)