We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0d514 commit 2703f77Copy full SHA for 2703f77
vision/CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
[1]: https://pypi.org/project/google-cloud-vision/#history
6
7
+## 0.31.1
8
+
9
+### Packaging
10
+- Update setuptools before packaging (#5265)
11
12
## 0.31.0
13
14
- Vision v1p2beta1: PDF/TIFF OCR (#5127)
vision/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-vision'
24
description = 'Google Cloud Vision API client library'
25
-version = '0.31.0'
+version = '0.31.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments