From ceba5230a1fb604889c1e5a67e3a939960fee1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Fri, 27 Oct 2023 06:43:12 +0300 Subject: [PATCH 1/1] Bumped version number to 6.13 --- 50_bubble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/50_bubble.py b/50_bubble.py index 46f366a..674b581 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -17,7 +17,7 @@ from utils import * from worker import * -__version__ = '6.12' +__version__ = '6.13' class Bubble: -- 2.34.1