Skip to content

Commit d26416a

Browse files
committed
Release version 0.8.2.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent e6dff1b commit d26416a

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
@@ -29,7 +29,7 @@
2929
import requests
3030
from typing_extensions import Literal
3131

32-
__version__ = "0.8.1"
32+
__version__ = "0.8.2"
3333

3434
# Ensure the Python version is supported
3535
assert sys.version_info >= (3, 6)

zulip_bots/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
ZULIP_BOTS_VERSION = "0.8.1"
5+
ZULIP_BOTS_VERSION = "0.8.2"
66
IS_PYPA_PACKAGE = False
77

88

zulip_botserver/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
ZULIP_BOTSERVER_VERSION = "0.8.1"
5+
ZULIP_BOTSERVER_VERSION = "0.8.2"
66

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

0 commit comments

Comments
 (0)