Skip to content

Commit 84546fe

Browse files
committed
version 0.1.0
1 parent 86ebeb4 commit 84546fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'Artur Maciąg'
66
__email__ = 'maciag.artur@gmail.com'
7-
__version__ = '0.0.1'
7+
__version__ = '0.1.0'
88
__url__ = 'https://github.com/p1c2u/openapi-core'
99
__license__ = 'BSD 3-Clause License'
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_tests(self):
6464
packages=find_packages(include=('openapi_core*',)),
6565
include_package_data=True,
6666
classifiers=[
67-
"Development Status :: 3 - Alpha",
67+
"Development Status :: 4 - Beta",
6868
'Intended Audience :: Developers',
6969
"Topic :: Software Development :: Libraries :: Python Modules",
7070
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)