Skip to content

Commit ce73dab

Browse files
committed
pypi: Release version 0.6.4.
1 parent 0b930cf commit ce73dab

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
@@ -23,7 +23,7 @@
2323
import six
2424
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union
2525

26-
__version__ = "0.6.3"
26+
__version__ = "0.6.4"
2727

2828
logger = logging.getLogger(__name__)
2929

zulip_bots/setup.py

100755100644
+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.3"
13+
ZULIP_BOTS_VERSION = "0.6.4"
1414
IS_PYPA_PACKAGE = False
1515

1616

zulip_botserver/setup.py

100755100644
+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.3"
10+
ZULIP_BOTSERVER_VERSION = "0.6.4"
1111

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

0 commit comments

Comments
 (0)