Bubble [main]

Bumped version number to 1.2

8ec5edbd576add40a5472ac5c07149378cc1a3cf
diff --git a/50_bubble.py b/50_bubble.py
index 0061126..84b55b6 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -17,7 +17,7 @@ from utils import *
 from worker import *
 
 
-__version__ = '1.1'
+__version__ = '1.2'
 
 
 class Bubble: