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 86ebeb4 commit 84546feCopy full SHA for 84546fe
openapi_core/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'Artur Maciąg'
6
__email__ = 'maciag.artur@gmail.com'
7
-__version__ = '0.0.1'
+__version__ = '0.1.0'
8
__url__ = 'https://github.com/p1c2u/openapi-core'
9
__license__ = 'BSD 3-Clause License'
10
setup.py
@@ -64,7 +64,7 @@ def run_tests(self):
64
packages=find_packages(include=('openapi_core*',)),
65
include_package_data=True,
66
classifiers=[
67
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
68
'Intended Audience :: Developers',
69
"Topic :: Software Development :: Libraries :: Python Modules",
70
"Operating System :: OS Independent",
0 commit comments