Skip to content

Commit efcc89d

Browse files
committed
pypi: Release version 0.6.2.
1 parent 63bc9b8 commit efcc89d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

zulip/zulip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import six
4444
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
4545

46-
__version__ = "0.6.1"
46+
__version__ = "0.6.2"
4747

4848
logger = logging.getLogger(__name__)
4949

zulip_bots/setup.py

+1-1
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.6.1"
13+
ZULIP_BOTS_VERSION = "0.6.2"
1414
IS_PYPA_PACKAGE = False
1515

1616

zulip_botserver/setup.py

+1-1
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.6.1"
10+
ZULIP_BOTSERVER_VERSION = "0.6.2"
1111

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

0 commit comments

Comments
 (0)