From d23fe6b8a4114b2cac6fc45bb2c355b63b1aaa14 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Mon, 1 May 2023 01:04:32 -0400 Subject: [PATCH] would be nice if you actually followed semver --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index bfe79d8..f163291 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -20,7 +20,7 @@ if not discord.version_info.major >= 2: "using 'pip install discord.py'", ) -__version__ = "2.5a" +__version__ = "2.5.0a" __title__ = "pomice" __author__ = "cloudwithax" __license__ = "GPL-3.0"