Skip to content

Commit ecec7a3

Browse files
authored
bump version
1 parent 93cfc6a commit ecec7a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author_email = "[email protected]",
1919
url = "https://github.com/Wonderfall/apychal",
2020
license = "Public Domain",
21-
version = "1.11.0",
21+
version = "1.12.0",
2222
keywords = ['tournaments', 'challonge'],
2323
packages = find_packages(),
2424
platforms=['any'],
@@ -29,7 +29,9 @@
2929
'Operating System :: OS Independent',
3030
'Programming Language :: Python :: 3.6',
3131
'Programming Language :: Python :: 3.7',
32-
'Programming Language :: Python :: 3.8'
32+
'Programming Language :: Python :: 3.8',
33+
'Programming Language :: Python :: 3.9',
34+
'Programming Language :: Python :: 3.10'
3335
],
3436
install_requires = requirements
3537
)

0 commit comments

Comments
 (0)