Skip to content

Commit d26cfbe

Browse files
authored
prepare for 1.3 release
1 parent 19ff1a7 commit d26cfbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages, Extension
44

5-
__version__ = "1.2"
5+
__version__ = "1.3"
66

77
tests_require = ['pytest', 'pytest-asyncio', 'mypy', 'pycodestyle', 'types-setuptools']
88

@@ -56,6 +56,7 @@ def read(fname):
5656
"Programming Language :: Python :: 3.8",
5757
"Programming Language :: Python :: 3.9",
5858
"Programming Language :: Python :: 3.10",
59+
"Programming Language :: Python :: 3.11",
5960
],
6061
python_requires='>=3.7',
6162
extras_require=extras_require,

0 commit comments

Comments
 (0)