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: