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