Skip to content

Commit 59c7507

Browse files
eeshangargtimabbott
authored andcommitted
python-zulip-api: Upgrade package versions (0.3.1 -> 0.3.2).
1 parent 61d84cd commit 59c7507

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

zulip/zulip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import six
4242
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
4343

44-
__version__ = "0.3.1"
44+
__version__ = "0.3.2"
4545

4646
logger = logging.getLogger(__name__)
4747

zulip_bots/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# We should be installable with either setuptools or distutils.
99
package_info = dict(
1010
name='zulip_bots',
11-
version='0.3.1',
11+
version='0.3.2',
1212
description='Zulip\'s Bot framework',
1313
author='Zulip Open Source Project',
1414
author_email='[email protected]',

zulip_botserver/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# We should be installable with either setuptools or distutils.
99
package_info = dict(
1010
name='zulip_botserver',
11-
version='0.3.1',
11+
version='0.3.2',
1212
description='Zulip\'s Flask server for running bots',
1313
author='Zulip Open Source Project',
1414
author_email='[email protected]',

0 commit comments

Comments
 (0)