diff --git a/cli/polyaxon/pkg.py b/cli/polyaxon/pkg.py index 817a10b0..d1acc8a2 100644 --- a/cli/polyaxon/pkg.py +++ b/cli/polyaxon/pkg.py @@ -15,7 +15,7 @@ # limitations under the License. NAME = "polyaxon" -VERSION = "2.0.0-rc6" +VERSION = "2.0.0-rc7" SCHEMA_VERSION = 1.1 DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API." URL = "https://github.com/polyaxon/polyaxon" diff --git a/cli/requirements/prod.txt b/cli/requirements/prod.txt index e1260cb0..6f3ad954 100644 --- a/cli/requirements/prod.txt +++ b/cli/requirements/prod.txt @@ -1,2 +1,2 @@ -traceml==1.1.0rc6 #>1.1,<1.2 -hypertune==1.1.0rc6 #>1.1,<1.2 +traceml==1.1.0rc7 #>1.1,<1.2 +hypertune==1.1.0rc7 #>1.1,<1.2