Skip to content

Commit faaa1e4

Browse files
authored
chore: add release please (#47)
1 parent 4dcb590 commit faaa1e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/proto-plus/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
from setuptools import find_packages, setup
1919

20+
version = "1.2.0"
2021

2122
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
2223

@@ -25,7 +26,7 @@
2526

2627
setup(
2728
name="proto-plus",
28-
version="1.2.0",
29+
version=version,
2930
license="Apache 2.0",
3031
author="Google LLC",
3132
author_email="googleapis-packages@google.com",

0 commit comments

Comments
 (0)