Bump version
This commit is contained in:
parent
374ff215d6
commit
d03d54640b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from os import environ as env
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
import re
|
import re
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
__version__ = "v1.0.5"
|
__version__ = "v2.0.2"
|
||||||
npbase = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|^]{1,MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
|
npbase = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|^]{1,MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
|
||||||
su = "^(su|sudo|(su .*|sudo .*))$"
|
su = "^(su|sudo|(su .*|sudo .*))$"
|
||||||
servers = {
|
servers = {
|
||||||
|
|
Loading…
Reference in a new issue