From 4fdb42bb89a844294a72e49ac1431d32e7ba81a6 Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Fri, 7 Jan 2022 00:11:53 +0000 Subject: [PATCH] Bump version number --- chatto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatto/__init__.py b/chatto/__init__.py index 1a18396..46f133a 100644 --- a/chatto/__init__.py +++ b/chatto/__init__.py @@ -29,7 +29,7 @@ __all__ = ("YOUTUBE_API_BASE_URL", "YOUTUBE_API_SCOPES", "YouTubeBot", "ux") __productname__ = "chatto" -__version__ = "0.3.0" +__version__ = "0.4.0" __description__ = "A unified API wrapper for YouTube and Twitch chat bots." __url__ = "https://github.com/parafoxia/chatto" __docs__ = "https://chatto.readthedocs.io/en/latest"