Bump version
This commit is contained in:
parent
50473cc700
commit
67cbb64a31
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ipbl = DNSBLIpChecker(providers=providers)
|
|||
hsbl = DNSBLDomainChecker(providers=providers)
|
||||
|
||||
load_dotenv()
|
||||
__version__ = "v3.0.19"
|
||||
__version__ = "v3.0.20"
|
||||
npbase: str = (
|
||||
"\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|\-^]{1,$MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?" # pyright: ignore [reportInvalidStringEscapeSequence]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue