diff --git a/setup.py b/setup.py index c5682aee12..14839f02ec 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='gapic-generator', - version='0.6.0', + version='0.7.0', license='Apache 2.0', author='Luke Sneeringer', author_email='lukesneeringer@google.com', @@ -51,7 +51,7 @@ ':python_version<"3.7"': ('dataclasses >= 0.4',), }, classifiers=( - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License',