Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9931de2

Browse files
committed
pypi: Release version 0.5.8.
1 parent f2eaf80 commit 9931de2

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
@@ -42,7 +42,7 @@
4242
import six
4343
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
4444

45-
__version__ = "0.5.7"
45+
__version__ = "0.5.8"
4646

4747
logger = logging.getLogger(__name__)
4848

zulip_bots/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if False:
1111
from typing import Any, Dict, Optional
1212

13-
ZULIP_BOTS_VERSION = "0.5.7"
13+
ZULIP_BOTS_VERSION = "0.5.8"
1414
IS_PYPA_PACKAGE = False
1515

1616

zulip_botserver/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if False:
88
from typing import Any, Dict, Optional
99

10-
ZULIP_BOTSERVER_VERSION = "0.5.7"
10+
ZULIP_BOTSERVER_VERSION = "0.5.8"
1111

1212
# We should be installable with either setuptools or distutils.
1313
package_info = dict(

0 commit comments

Comments
 (0)