File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[tool .poetry ]
88name = " pydp"
9- version = " 1.1.5.rc4 "
9+ version = " 1.1.5.rc11 "
1010description = " "
1111authors = [
1212 " Chinmay Shah <chinmayshah3899@gmail.com>" ,
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.5.rc4
2+ current_version = 1.1.5.rc11
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 77from pydp import util
88from pydp import ml
99
10- __version__ = "1.1.5.rc4 "
10+ __version__ = "1.1.5.rc11 "
You can’t perform that action at this time.
0 commit comments