python-zulip-api: Upgrade package versions (0.3.1 -> 0.3.2).

This commit is contained in:
Eeshan Garg 2017-07-31 19:56:13 -02:30 committed by Tim Abbott
parent 61d84cd649
commit 59c750707a
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ import logging
import six
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
__version__ = "0.3.1"
__version__ = "0.3.2"
logger = logging.getLogger(__name__)