From b14fe1c01d2bac278ff15bf88e58273b07ac1a7d Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 18 Aug 2021 22:57:00 +0200 Subject: [PATCH] Bump version to 0.2.0a0 --- src/mutiny/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mutiny/__init__.py b/src/mutiny/__init__.py index 493bbeb..9862bdc 100644 --- a/src/mutiny/__init__.py +++ b/src/mutiny/__init__.py @@ -14,7 +14,7 @@ """Async ready API wrapper for Revolt API written in Python.""" -__version__ = "0.1.0a0" +__version__ = "0.2.0a0" from . import events from ._internal.client import Client