Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Mar 23, 2023
1 parent 8b5e1e7 commit 46846e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '3.0.3'
version = '3.1.0'

tests_require = [
"pytest==7.1.2",
Expand Down Expand Up @@ -40,6 +40,11 @@ def read(*rnames):
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
extras_require={
"test": tests_require,
Expand Down

0 comments on commit 46846e0

Please sign in to comment.