Bumped version number to 7.1

This commit is contained in:
Jaakko Keränen 2023-11-12 22:07:38 +02:00
parent b36ee851d5
commit 2ac16c1c3c
No known key found for this signature in database
GPG Key ID: BACCFCFB98DB2EDC
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from utils import *
from worker import *
__version__ = '7.0'
__version__ = '7.1'
class Bubble: