would be nice if you actually followed semver

This commit is contained in:
cloudwithax 2023-05-01 01:04:32 -04:00
parent 665d6c13a3
commit d23fe6b8a4
No known key found for this signature in database
GPG Key ID: 5DBE54E45794983E
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if not discord.version_info.major >= 2:
"using 'pip install discord.py'", "using 'pip install discord.py'",
) )
__version__ = "2.5a" __version__ = "2.5.0a"
__title__ = "pomice" __title__ = "pomice"
__author__ = "cloudwithax" __author__ = "cloudwithax"
__license__ = "GPL-3.0" __license__ = "GPL-3.0"