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 e96439d commit 809385bCopy full SHA for 809385b
setup.cfg
@@ -8,7 +8,7 @@ keywords = Oracle dbt
8
author = Oracle
9
license = Apache Software License 2.0
10
classifiers =
11
- Development Status :: 2 - Pre-Alpha
+ Development Status :: 5 - Production/Stable
12
Intended Audience :: Developers
13
License :: OSI Approved :: Apache Software License
14
Programming Language :: Python :: 3
setup.py
@@ -57,7 +57,7 @@
57
author="Oracle",
58
python_requires='>=3.7.2',
59
classifiers=[
60
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
61
'Intended Audience :: Developers',
62
'License :: OSI Approved :: Apache Software License',
63
'Natural Language :: English',
0 commit comments