From 3a7c0a47786a12c5f225fae1a2d505c3b8e39fc7 Mon Sep 17 00:00:00 2001 From: Gabriel de Marmiesse Date: Tue, 21 Feb 2023 22:31:50 +0100 Subject: [PATCH] Bump version to 0.59.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7fc60b0..bf76bcff 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_long_description() -> str: setup( name="python-on-whales", - version="0.58.0", + version="0.59.0", description="A Docker client for Python, designed to be fun and intuitive!", long_description=get_long_description(), long_description_content_type="text/markdown",