Skip to content

Commit eedfab8

Browse files
committed
Bump version to 0.5.1
1 parent 9cdc2db commit eedfab8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements-base.txt
22

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

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements-base.txt
22

3-
polyaxon-schemas==0.5.0
3+
polyaxon-schemas==0.5.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run_tests(self):
2424

2525

2626
setup(name='polyaxon-client',
27-
version='0.5.0',
27+
version='0.5.1',
2828
description='Python client to interact with Polyaxon API.',
2929
long_description=read_readme(),
3030
long_description_content_type="text/markdown",
@@ -55,7 +55,7 @@ def run_tests(self):
5555
'kubernetes',
5656
],
5757
install_requires=[
58-
"polyaxon-schemas==0.5.0",
58+
"polyaxon-schemas==0.5.1",
5959
"polystores>=0.1.9",
6060
"psutil==5.4.7",
6161
"requests>=2.20.0",

0 commit comments

Comments
 (0)