Skip to content

Commit

Permalink
bump version on build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Teekeks committed Sep 6, 2020
1 parent 3032fe2 commit 136f65c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name=twitchAPI
version=1.2.3
version=1.3
url=https://github.com/Teekeks/pyTwitchAPI
author=Lena "Teekeks" During
author_email=info@teawork.de
description=A Python 3.7 implementation of the Twitch Helix API and its Webhook
description=A Python 3.7+ implementation of the Twitch Helix API and its Webhook
long_description=file:README.md
long_description_content_type=text/markdown
license=MIT
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
setup(
packages=find_packages(),
name="twitchAPI",
version="1.2.3",
version="1.3",
url="https://github.com/Teekeks/pyTwitchAPI",
author="Lena \"Teekeks\" During",
author_email="info@teawork.de",
description="A Python 3.7 implementation of the Twitch Helix API and its Webhook",
description="A Python 3.7+ implementation of the Twitch Helix API and its Webhook",
license="MIT",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 136f65c

Please sign in to comment.