diff --git a/setup.py b/setup.py index 35ba8add..4a503fab 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def open_and_read_if_exists(path: str): setup( name='metadata_service', - version='2.0.6', + version='2.1.0', license='Apache License 2.0', description='Metadata Service: backend service for Metaflow', long_description=long_description,