From 029ed6c46d388c1e07a42b7905f3c17df59bdb9d Mon Sep 17 00:00:00 2001 From: Varun J Date: Wed, 16 Nov 2022 21:58:38 +0530 Subject: [PATCH] Version bump for development --- discord/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/__init__.py b/discord/__init__.py index a3e95228d..014615354 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -13,7 +13,7 @@ __title__ = 'discord' __author__ = 'Rapptz' __license__ = 'MIT' __copyright__ = 'Copyright 2015-present Rapptz' -__version__ = '2.2.0' +__version__ = '2.2.0a' __path__ = __import__('pkgutil').extend_path(__path__, __name__)