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 c59b143 commit fec8cc5Copy full SHA for fec8cc5
zulip/zulip/__init__.py
@@ -29,7 +29,7 @@
29
import distro
30
import requests
31
32
-__version__ = "0.8.0"
+__version__ = "0.8.1"
33
34
# Ensure the Python version is supported
35
assert sys.version_info >= (3, 6)
zulip_bots/setup.py
@@ -4,7 +4,7 @@
4
import sys
5
from typing import Any, Dict, Optional
6
7
-ZULIP_BOTS_VERSION = "0.8.0"
+ZULIP_BOTS_VERSION = "0.8.1"
8
IS_PYPA_PACKAGE = False
9
10
zulip_botserver/setup.py
@@ -3,7 +3,7 @@
3
-ZULIP_BOTSERVER_VERSION = "0.8.0"
+ZULIP_BOTSERVER_VERSION = "0.8.1"
with open("README.md") as fh:
long_description = fh.read()
0 commit comments