Skip to content

Commit 5661345

Browse files
authored
Merge pull request #1522 from swirlai/ds-3661-comm
update version info on develop
2 parents 0ec3cf1 + 6542af0 commit 5661345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swirl/banner.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ class bcolors:
1010
ENDC = '\033[0m'
1111
BOLD = '\033[1m'
1212

13-
SWIRL_VERSION = '4.0-DEV'
13+
SWIRL_VERSION = '4.1-DEV'
1414

15-
SWIRL_BANNER_TEXT = "__S_W_I_R_L__A_I__4_._0-DEV__________________________________________________________"
15+
SWIRL_BANNER_TEXT = "__S_W_I_R_L__A_I__4_._1-DEV__________________________________________________________"
1616
SWIRL_BANNER = f'{bcolors.BOLD}{SWIRL_BANNER_TEXT}{bcolors.ENDC}'
1717

1818
#############################################

0 commit comments

Comments
 (0)