diff --git a/setup.py b/setup.py index 0e222821..d001b5f6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_long_description() -> str: setup( name="python-on-whales", - version="0.64.2", + version="0.64.3", description="A Docker client for Python, designed to be fun and intuitive!", long_description=get_long_description(), long_description_content_type="text/markdown",