commit | a1da982d279773d59262b6a1ac51213cd3b91839 | [log] [tgz] |
---|---|---|
author | Thea Flowers <theaflowers@google.com> | Mon Jun 04 09:32:25 2018 -0700 |
committer | Thea Flowers <theaflowers@google.com> | Mon Jun 04 09:32:25 2018 -0700 |
tree | 4eb97171a6ba0a40368d879f87ad18ec3a8f127f | |
parent | 5529b425cf4e09eaaeaac87c6f755bcba4bd0509 [diff] |
Fix version number
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py index 322d1b9..81ebaf3 100644 --- a/googleapiclient/__init__.py +++ b/googleapiclient/__init__.py
@@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.7.1" +__version__ = "1.7.2" # Set default logging handler to avoid "No handler found" warnings. import logging