We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6ad34 commit 0627d0eCopy full SHA for 0627d0e
3 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.3rc5
+current_version = 1.1.3rc6
3
commit = True
4
tag = True
5
setup.py
@@ -60,6 +60,6 @@ def read(fname):
60
python_requires=">=3.7",
61
test_suite="tests",
62
url="https://github.com/OpenMined/PyDP",
63
- version="1.1.3rc5",
+ version="1.1.3rc6",
64
zip_safe=False,
65
)
src/pydp/__init__.py
@@ -7,4 +7,4 @@
7
from pydp import util
8
from pydp import ml
9
10
-__version__ = "1.1.3rc5"
+__version__ = "1.1.3rc6"
0 commit comments