From 216400c5b1885759033c282eec73b2b140208b31 Mon Sep 17 00:00:00 2001 From: Gabriel de Marmiesse Date: Sun, 24 Apr 2022 16:40:02 +0200 Subject: [PATCH] Bump to 0.43.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65ca3037..144da836 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_long_description() -> str: setup( name="python-on-whales", - version="0.42.0", + version="0.43.0", description="A Docker client for Python, designed to be fun and intuitive!", long_description=get_long_description(), long_description_content_type="text/markdown",