We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ec3cf1 + 6542af0 commit 5661345Copy full SHA for 5661345
swirl/banner.py
@@ -10,9 +10,9 @@ class bcolors:
10
ENDC = '\033[0m'
11
BOLD = '\033[1m'
12
13
-SWIRL_VERSION = '4.0-DEV'
+SWIRL_VERSION = '4.1-DEV'
14
15
-SWIRL_BANNER_TEXT = "__S_W_I_R_L__A_I__4_._0-DEV__________________________________________________________"
+SWIRL_BANNER_TEXT = "__S_W_I_R_L__A_I__4_._1-DEV__________________________________________________________"
16
SWIRL_BANNER = f'{bcolors.BOLD}{SWIRL_BANNER_TEXT}{bcolors.ENDC}'
17
18
#############################################
0 commit comments