Skip to content

Commit befbb95

Browse files
committed
pypi: Release version 0.7.1.
1 parent d469352 commit befbb95

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
@@ -17,7 +17,7 @@
1717
import logging
1818
from typing import Any, Callable, Dict, Iterable, IO, List, Mapping, Optional, Text, Tuple, Union, Sequence
1919

20-
__version__ = "0.7.0"
20+
__version__ = "0.7.1"
2121

2222
# Ensure the Python version is supported
2323
assert sys.version_info >= (3, 5)

zulip_bots/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from typing import Any, Dict, Optional
66

7-
ZULIP_BOTS_VERSION = "0.7.0"
7+
ZULIP_BOTS_VERSION = "0.7.1"
88
IS_PYPA_PACKAGE = False
99

1010

zulip_botserver/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from typing import Any, Dict, Optional
55

6-
ZULIP_BOTSERVER_VERSION = "0.7.0"
6+
ZULIP_BOTSERVER_VERSION = "0.7.1"
77

88
with open("README.md") as fh:
99
long_description = fh.read()

0 commit comments

Comments
 (0)