mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
version 0.1.0
This commit is contained in:
parent
86ebeb4599
commit
84546fee8e
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ from openapi_core.wrappers import RequestParametersFactory, RequestBodyFactory
|
|||
|
||||
__author__ = 'Artur Maciąg'
|
||||
__email__ = 'maciag.artur@gmail.com'
|
||||
__version__ = '0.0.1'
|
||||
__version__ = '0.1.0'
|
||||
__url__ = 'https://github.com/p1c2u/openapi-core'
|
||||
__license__ = 'BSD 3-Clause License'
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -64,7 +64,7 @@ setup(
|
|||
packages=find_packages(include=('openapi_core*',)),
|
||||
include_package_data=True,
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Development Status :: 4 - Beta",
|
||||
'Intended Audience :: Developers',
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Operating System :: OS Independent",
|
||||
|
|
Loading…
Reference in a new issue