Skip to content

Commit 46846e0

Browse files
authored
Bump version
1 parent 8b5e1e7 commit 46846e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def read(*rnames):
66
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
77

8-
version = '3.0.3'
8+
version = '3.1.0'
99

1010
tests_require = [
1111
"pytest==7.1.2",
@@ -40,6 +40,11 @@ def read(*rnames):
4040
"Intended Audience :: Developers",
4141
"Topic :: Software Development :: Libraries",
4242
"Programming Language :: Python :: 3.6",
43+
"Programming Language :: Python :: 3.7",
44+
"Programming Language :: Python :: 3.8",
45+
"Programming Language :: Python :: 3.9",
46+
"Programming Language :: Python :: 3.10",
47+
"Programming Language :: Python :: 3.11",
4348
],
4449
extras_require={
4550
"test": tests_require,

0 commit comments

Comments
 (0)