We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dff1b commit d26416aCopy full SHA for d26416a
zulip/zulip/__init__.py
@@ -29,7 +29,7 @@
29
import requests
30
from typing_extensions import Literal
31
32
-__version__ = "0.8.1"
+__version__ = "0.8.2"
33
34
# Ensure the Python version is supported
35
assert sys.version_info >= (3, 6)
zulip_bots/setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import find_packages, setup
4
5
-ZULIP_BOTS_VERSION = "0.8.1"
+ZULIP_BOTS_VERSION = "0.8.2"
6
IS_PYPA_PACKAGE = False
7
8
zulip_botserver/setup.py
-ZULIP_BOTSERVER_VERSION = "0.8.1"
+ZULIP_BOTSERVER_VERSION = "0.8.2"
with open("README.md") as fh:
long_description = fh.read()
0 commit comments