Skip to content

Commit 7b1f8f7

Browse files
committed
bump version 0.3.0.
1 parent 9f787b1 commit 7b1f8f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openapi_ui_bundles/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = 'Python static file bundles for OpenAPI UI tools'
33
__url__ = 'https://github.com/dapper91/python-openapi-ui-bundles'
44

5-
__version__ = '0.2.1'
5+
__version__ = '0.3.0'
66

77
__author__ = 'Dmitry Pershin'
88
__email__ = 'dapper1291@gmail.com'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def parse_about():
6464
'Programming Language :: Python :: 3.10',
6565
'Programming Language :: Python :: 3.11',
6666
'Programming Language :: Python :: 3.12',
67+
'Programming Language :: Python :: 3.13',
6768
],
6869
project_urls={
6970
'Source': 'https://github.com/dapper91/python-openapi_ui_bundles',

0 commit comments

Comments
 (0)