From d29d5343c864fd785269ae6071bbc4db4a2f5e8e Mon Sep 17 00:00:00 2001 From: Savin Date: Mon, 16 Dec 2019 15:05:50 -0800 Subject: [PATCH] Bump metaflow version to 2.0.1 in preparation for release (#63) Release notes - 1. Handle Keyboard interrupts for Batch jobs more gracefully 2. Revamp the `metaflow configure aws` command to address usability issues 3. Introduce `metaflow configure [import|export]` to share configurations 4. Fix docker registry parsing logic to handle namespace better 5. Fix typos in tutorials --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a76c06126..18082f9848 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '2.0.0' +version = '2.0.1' setup(name='metaflow', version=version,