From 8b5643c9f7ced07c1b840312caa87c591bdf4809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Mon, 15 May 2023 21:51:54 +0300 Subject: [PATCH 1/1] Bumped version number to 1.3 --- 50_bubble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/50_bubble.py b/50_bubble.py index edb8c1f..bb78219 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -17,7 +17,7 @@ from utils import * from worker import * -__version__ = '1.2' +__version__ = '1.3' class Bubble: -- 2.34.1