We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03dff81 + bfb2bce commit 61201f0Copy full SHA for 61201f0
swirl/banner.py
@@ -10,9 +10,9 @@ class bcolors:
10
ENDC = '\033[0m'
11
BOLD = '\033[1m'
12
13
-SWIRL_VERSION = '4.3-DEV'
+SWIRL_VERSION = '4.4-DEV'
14
15
-SWIRL_BANNER_TEXT = "__S_W_I_R_L__A_I__4_._3-DEV__________________________________________________________"
+SWIRL_BANNER_TEXT = "__S_W_I_R_L__A_I__4_._4-DEV__________________________________________________________"
16
SWIRL_BANNER = f'{bcolors.BOLD}{SWIRL_BANNER_TEXT}{bcolors.ENDC}'
17
18
#############################################
0 commit comments