Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Apr 13, 2021
1 parent 8748d95 commit 1120f2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.2'
release = '1.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
requirements.append('sphinxcontrib-websupport')
requirements.append('Pygments')

version = '1.2.2'
version = '1.2.3'

readme = ''
with open('README.rst') as f:
Expand Down
2 changes: 1 addition & 1 deletion twitchio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
__author__ = 'TwitchIO'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017-2021 TwitchIO'
__version__ = '1.2.2'
__version__ = '1.2.3'

import logging

Expand Down

0 comments on commit 1120f2c

Please sign in to comment.