Bubble [main]

Bumped version number to 6.13

ceba5230a1fb604889c1e5a67e3a939960fee1cd
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: