We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f787b1 commit 7b1f8f7Copy full SHA for 7b1f8f7
openapi_ui_bundles/__about__.py
@@ -2,7 +2,7 @@
2
__description__ = 'Python static file bundles for OpenAPI UI tools'
3
__url__ = 'https://github.com/dapper91/python-openapi-ui-bundles'
4
5
-__version__ = '0.2.1'
+__version__ = '0.3.0'
6
7
__author__ = 'Dmitry Pershin'
8
__email__ = 'dapper1291@gmail.com'
setup.py
@@ -64,6 +64,7 @@ def parse_about():
64
'Programming Language :: Python :: 3.10',
65
'Programming Language :: Python :: 3.11',
66
'Programming Language :: Python :: 3.12',
67
+ 'Programming Language :: Python :: 3.13',
68
],
69
project_urls={
70
'Source': 'https://github.com/dapper91/python-openapi_ui_bundles',
0 commit comments