Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmourafiq committed Apr 10, 2019
1 parent a01a19a commit 9fa910a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements-base.txt

-e git+https://github.com/polyaxon/polyaxon-schemas.git@master#egg=polyaxon-schemas==0.4.3
-e git+https://github.com/polyaxon/polyaxon-schemas.git@master#egg=polyaxon-schemas==0.4.4
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements-base.txt

polyaxon-schemas==0.4.3
polyaxon-schemas==0.4.4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run_tests(self):


setup(name='polyaxon-client',
version='0.4.4rc0',
version='0.4.4',
description='Python client to interact with Polyaxon API.',
long_description=read_readme(),
maintainer='Mourad Mourafiq',
Expand Down Expand Up @@ -55,7 +55,7 @@ def run_tests(self):
],
install_requires=[
"clint==0.5.1",
"polyaxon-schemas==0.4.3",
"polyaxon-schemas==0.4.4",
"polystores>=0.1.7",
"psutil==5.4.7",
"requests>=2.20.0",
Expand Down

0 comments on commit 9fa910a

Please sign in to comment.