We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcb590 commit faaa1e4Copy full SHA for faaa1e4
1 file changed
packages/proto-plus/setup.py
@@ -17,6 +17,7 @@
17
18
from setuptools import find_packages, setup
19
20
+version = "1.2.0"
21
22
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
23
@@ -25,7 +26,7 @@
25
26
27
setup(
28
name="proto-plus",
- version="1.2.0",
29
+ version=version,
30
license="Apache 2.0",
31
author="Google LLC",
32
author_email="googleapis-packages@google.com",
0 commit comments