Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MinshuG committed Jul 28, 2021
1 parent 90c4088 commit 5d15388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from setuptools import setup, find_packages
import valorant_api

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

Expand All @@ -18,7 +19,7 @@
'Intended Audience :: Developers',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
#'Programming Language :: Python :: 3.6', # not sure
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down
2 changes: 1 addition & 1 deletion valorant_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.8"
__version__ = "0.0.9"

from .api import SyncValorantApi, AsyncValorantApi

0 comments on commit 5d15388

Please sign in to comment.