Skip to content

Commit

Permalink
[chore] Bump to 0.7.0, beta. (#105)
Browse files Browse the repository at this point in the history
As best as I can tell, this is feature complete (every "must" in the spec is fulfilled).

I still want to add more tests and particularly generated unit tests, but I feel confident bumping this to beta at this point.
  • Loading branch information
lukesneeringer authored Mar 2, 2019
1 parent 937be82 commit c3fe1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand All @@ -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',
Expand Down

0 comments on commit c3fe1e9

Please sign in to comment.