Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 6394911

Browse files
committed
google-assistant-sdk: 0.3.2 release
1 parent 2171cf6 commit 6394911

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

google-assistant-sdk/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.3.2
5+
--------
6+
- Bump urllib3 dependency.
7+
8+
49
0.3.1
510
--------
611
- Bump dependencies to use new ``google-assistant-grpc`` package (faster install).

google-assistant-sdk/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def samples_requirements():
3939

4040
setup(
4141
name='google-assistant-sdk',
42-
version='0.3.1',
42+
version='0.3.2',
4343
author='Google Assistant SDK team',
4444
author_email='[email protected]',
4545
description='Samples and Tools the Google Assistant SDK',

0 commit comments

Comments
 (0)