Skip to content

Commit 355ab63

Browse files
authored
chore: set package version to 0.60.0 (googleapis#1161)
I'm hoping this will fix the versioning issue with release please where it shows version 0.39.1 instead of 0.60.1 [here](googleapis#1160).
1 parent 70ed7a2 commit 355ab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

2121
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
2222

23-
version = "0.35.10"
23+
version = "0.60.0"
2424

2525
with io.open(os.path.join(PACKAGE_ROOT, "README.rst")) as file_obj:
2626
README = file_obj.read()

0 commit comments

Comments
 (0)