Skip to content

Commit ecc2cc1

Browse files
author
Luke Sneeringer
authored
[chore] Version bump to 0.4.0, beta. (#20)
1 parent c401850 commit ecc2cc1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/proto-plus/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Disclaimer
2727
This is not an official Google product.
2828

2929

30-
.. |release level| image:: https://img.shields.io/badge/release%20level-alpha-red.svg?style=flat
30+
.. |release level| image:: https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat
3131
:target: https://cloud.google.com/terms/launch-stages
3232
.. |docs| image:: https://readthedocs.org/projects/proto-plus-python/badge/?version=latest
3333
:target: https://proto-plus-python.readthedocs.io/en/latest/

packages/proto-plus/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='proto-plus',
28-
version='0.3.0',
28+
version='0.4.0',
2929
license='Apache 2.0',
3030
author='Luke Sneeringer',
3131
author_email='lukesneeringer@google.com',
@@ -39,7 +39,7 @@
3939
'protobuf >= 3.5.1',
4040
),
4141
classifiers=[
42-
'Development Status :: 3 - Alpha',
42+
'Development Status :: 4 - Beta',
4343
'Environment :: Console',
4444
'Intended Audience :: Developers',
4545
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)