File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414copyright = "2022, trag1c"
1515author = "trag1c"
1616
17- release = "2.1.2 "
17+ release = "2.1.3 "
1818
1919
2020# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dahlia"
3- version = " 2.1.2 "
3+ version = " 2.1.3 "
44description = " A library allowing you to use Minecraft format codes in strings."
55authors = [" trag1c <trag1cdev@yahoo.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def main() -> None:
3333 if args .test :
3434 d .test ()
3535 elif args .version :
36- print ("Dahlia 2.1.2 " )
36+ print ("Dahlia 2.1.3 " )
3737 sys .exit ()
3838 if args .clean :
3939 print (clean (string ))
You can’t perform that action at this time.
0 commit comments