Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Jan 7, 2022
1 parent 55c4734 commit 4fdb42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fdb42b

Please sign in to comment.