Skip to content

Commit 81ec8d3

Browse files
authored
Bump the version (#309)
Bump generator version to 0.16 and required python version of the generated surface to 3.6
1 parent d29455b commit 81ec8d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gapic-generator/gapic/templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setuptools.setup(
2121
'grpcio >= 1.10.0',
2222
'proto-plus >= 0.4.0',
2323
),
24-
python_requires='>={% if opts.lazy_import %}3.7{% else %}3.5{% endif %}',{# Lazy import requires module-level getattr #}
24+
python_requires='>={% if opts.lazy_import %}3.7{% else %}3.6{% endif %}',{# Lazy import requires module-level getattr #}
2525
setup_requires=[
2626
'libcst >= 0.2.5',
2727
],

packages/gapic-generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='gapic-generator',
28-
version='0.15.0',
28+
version='0.16.0',
2929
license='Apache 2.0',
3030
author='Luke Sneeringer',
3131
author_email='[email protected]',

0 commit comments

Comments
 (0)