From f1e6f374a399a07fc1e4beb0a7fe19e20779c1ec Mon Sep 17 00:00:00 2001 From: Golan Shatz Date: Thu, 15 Aug 2019 10:47:31 +0300 Subject: [PATCH 1/2] update pyaml version to >= 5.1 (#4) --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 37748a8..ac4717f 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [packages] kubernetes = "==9.0.0" -PyYAML = "==5.1" +PyYAML = ">=5.1" [requires] python_version = "3.7" From 887b66161b1d7321c26e6591375a27ae235c793c Mon Sep 17 00:00:00 2001 From: Golan Shatz Date: Thu, 15 Aug 2019 10:54:57 +0300 Subject: [PATCH 2/2] Gshatz bump version (#6) * change PyYAML to 5.1 * make mpijob great again! * imagePullPolicy * bump to 0.0.2 * remove pull policy never * bump 0.0.3 * Update __init__.py --- v3io_gputils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3io_gputils/__init__.py b/v3io_gputils/__init__.py index eead319..fa9c4ec 100644 --- a/v3io_gputils/__init__.py +++ b/v3io_gputils/__init__.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.0.6'