Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 67281d6

Browse files
committed
Preliminarily bump minor version to 0.0.5
1 parent 483bc6d commit 67281d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22
from setuptools import find_packages, setup
33

4-
__version__ = "0.0.4"
4+
__version__ = "0.0.5"
55

66
with open(Path(__file__).parent / "README.md") as f:
77
long_description = f.read()
@@ -24,6 +24,7 @@
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3.7",
27+
"Programming Language :: Python :: 3.8",
2728
"Programming Language :: Python :: Implementation :: CPython",
2829
],
2930
keywords=["aiohttp", "oauth2"],

0 commit comments

Comments
 (0)