File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
__description__ = 'Python static file bundles for OpenAPI UI tools'
3
3
__url__ = 'https://github.com/dapper91/python-openapi-ui-bundles'
4
4
5
- __version__ = '0.2.0 '
5
+ __version__ = '0.2.1 '
6
6
7
7
__author__ = 'Dmitry Pershin'
8
8
__email__ = 'dapper1291@gmail.com'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def parse_about():
51
51
packages = find_packages (),
52
52
install_requires = requirements ,
53
53
classifiers = [
54
- 'Development Status :: 4 - Beta ' ,
54
+ 'Development Status :: 5 - Production/Stable ' ,
55
55
'Intended Audience :: Developers' ,
56
56
'Natural Language :: English' ,
57
57
'License :: OSI Approved :: Apache Software License' ,
@@ -61,6 +61,9 @@ def parse_about():
61
61
'Programming Language :: Python :: 3.7' ,
62
62
'Programming Language :: Python :: 3.8' ,
63
63
'Programming Language :: Python :: 3.9' ,
64
+ 'Programming Language :: Python :: 3.10' ,
65
+ 'Programming Language :: Python :: 3.11' ,
66
+ 'Programming Language :: Python :: 3.12' ,
64
67
],
65
68
project_urls = {
66
69
'Source' : 'https://github.com/dapper91/python-openapi_ui_bundles' ,
You can’t perform that action at this time.
0 commit comments