From 756b25b7519c54aa8c9dd1afcd87fa565da1d3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Tue, 23 May 2023 22:21:31 +0300 Subject: [PATCH 1/1] Bumped version number to 2.1 --- 50_bubble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/50_bubble.py b/50_bubble.py index 7422be1..2db9955 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -17,7 +17,7 @@ from utils import * from worker import * -__version__ = '2.0' +__version__ = '2.1' class Bubble: -- 2.34.1