Skip to content

Commit

Permalink
chore: update Python versions for PyPI and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed Sep 12, 2021
1 parent dce4f75 commit 333a859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion machine/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__description__ = "A sexy, simple, yet powerful and extendable Slack bot"
__uri__ = "https://github.com/DandyDev/slack-machine"

__version_info__ = (0, 21, 1)
__version_info__ = (0, 22, 0)
__version__ = '.'.join(map(str, __version_info__))

__author__ = "Daan Debie"
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def run(self):
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Communications :: Chat",
"Topic :: Internet",
Expand Down

0 comments on commit 333a859

Please sign in to comment.