diff --git a/machine/__about__.py b/machine/__about__.py index 9964dc27..195a46b5 100644 --- a/machine/__about__.py +++ b/machine/__about__.py @@ -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" diff --git a/setup.py b/setup.py index b9a44799..5222ef52 100644 --- a/setup.py +++ b/setup.py @@ -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",