diff --git a/docs/changelog.rst b/docs/changelog.rst index 2378e85..a6c3253 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,9 +3,9 @@ Changelog ========= -************************* -Development Version 4.1.0 -************************* +************* +Version 4.1.0 +************* Twitch ------ diff --git a/twitchAPI/__init__.py b/twitchAPI/__init__.py index d8f6350..697e288 100644 --- a/twitchAPI/__init__.py +++ b/twitchAPI/__init__.py @@ -1,3 +1,3 @@ -VERSION = (4, 1, 0, 'a') +VERSION = (4, 1, 0, '') -__version__ = '4.1.0-a' +__version__ = '4.1.0'