diff --git a/setup.py b/setup.py index 7399a055..73c9e24f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_long_description() -> str: setup( name="python-on-whales", - version="0.9.0", + version="0.9.1", description="A Docker client for Python, designed to be fun and intuivive!", long_description=get_long_description(), long_description_content_type="text/markdown",