Skip to content

Commit

Permalink
prepare for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr authored Jan 17, 2023
1 parent 19ff1a7 commit d26cfbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages, Extension

__version__ = "1.2"
__version__ = "1.3"

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

Expand Down Expand Up @@ -56,6 +56,7 @@ def read(fname):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires='>=3.7',
extras_require=extras_require,
Expand Down

0 comments on commit d26cfbe

Please sign in to comment.