Skip to content

Commit 42e15f7

Browse files
authored
Merge pull request googleapis#3027 from daspecster/set-alpha-classifiers
Update Beta classifiers to Alpha for specified services.
2 parents 642daf6 + f8894bc commit 42e15f7

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

dns/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

error_reporting/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

language/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

monitoring/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

pubsub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

resource_manager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

translate/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

vision/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)