version 0.1.0

This commit is contained in:
Artur Maciag 2017-09-22 10:20:55 +01:00
parent 86ebeb4599
commit 84546fee8e
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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",