diff --git a/setup.py b/setup.py index 39c8a0eb..cb8aa55a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str): setup( name="metadata_service", - version="2.3.10", + version="2.3.11", license="Apache License 2.0", description="Metadata Service: backend service for Metaflow", long_description=long_description,