File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
-r requirements-base.txt
2
2
3
- -e git+https://github.com/polyaxon/polyaxon-schemas.git@master#egg=polyaxon-schemas==0.5.0
3
+ -e git+https://github.com/polyaxon/polyaxon-schemas.git@master#egg=polyaxon-schemas==0.5.1
Original file line number Diff line number Diff line change 1
1
-r requirements-base.txt
2
2
3
- polyaxon-schemas == 0.5.0
3
+ polyaxon-schemas == 0.5.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def run_tests(self):
24
24
25
25
26
26
setup (name = 'polyaxon-client' ,
27
- version = '0.5.0 ' ,
27
+ version = '0.5.1 ' ,
28
28
description = 'Python client to interact with Polyaxon API.' ,
29
29
long_description = read_readme (),
30
30
long_description_content_type = "text/markdown" ,
@@ -55,7 +55,7 @@ def run_tests(self):
55
55
'kubernetes' ,
56
56
],
57
57
install_requires = [
58
- "polyaxon-schemas==0.5.0 " ,
58
+ "polyaxon-schemas==0.5.1 " ,
59
59
"polystores>=0.1.9" ,
60
60
"psutil==5.4.7" ,
61
61
"requests>=2.20.0" ,
You can’t perform that action at this time.
0 commit comments