Skip to content

Commit

Permalink
Bump metaflow version to 2.0.1 in preparation for release (#63)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
savingoyal authored Dec 16, 2019
1 parent f6dd413 commit d29d534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '2.0.0'
version = '2.0.1'

setup(name='metaflow',
version=version,
Expand Down

0 comments on commit d29d534

Please sign in to comment.