Skip to content

Commit 809385b

Browse files
committed
Updated the development status classifier from beta to production/stable
1 parent e96439d commit 809385b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = Oracle dbt
88
author = Oracle
99
license = Apache Software License 2.0
1010
classifiers =
11-
Development Status :: 2 - Pre-Alpha
11+
Development Status :: 5 - Production/Stable
1212
Intended Audience :: Developers
1313
License :: OSI Approved :: Apache Software License
1414
Programming Language :: Python :: 3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
author="Oracle",
5858
python_requires='>=3.7.2',
5959
classifiers=[
60-
'Development Status :: 4 - Beta',
60+
'Development Status :: 5 - Production/Stable',
6161
'Intended Audience :: Developers',
6262
'License :: OSI Approved :: Apache Software License',
6363
'Natural Language :: English',

0 commit comments

Comments
 (0)