From 1f087673b5774833562b0face7d3d20c5fe621d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Morini=C3=A8re?= Date: Tue, 5 Jul 2022 10:59:54 +0200 Subject: [PATCH] Bump version (0.5.0) --- chopper/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chopper/__init__.py b/chopper/__init__.py index a844910..feb61e7 100644 --- a/chopper/__init__.py +++ b/chopper/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.4.8' +__version__ = '0.5.0' __version_info__ = tuple(__version__.split('.'))