Skip to content

Commit d29d534

Browse files
authored
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
1 parent f6dd413 commit d29d534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '2.0.0'
3+
version = '2.0.1'
44

55
setup(name='metaflow',
66
version=version,

0 commit comments

Comments
 (0)