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 af9753d commit 0a9b91fCopy full SHA for 0a9b91f
zulip/zulip/__init__.py
@@ -29,7 +29,7 @@
29
import requests
30
from typing_extensions import Literal, override
31
32
-__version__ = "0.9.0"
+__version__ = "0.9.1"
33
34
# Ensure the Python version is supported
35
assert sys.version_info >= (3, 6)
zulip_bots/setup.py
@@ -1,6 +1,6 @@
1
from setuptools import find_packages, setup
2
3
-ZULIP_BOTS_VERSION = "0.9.0"
+ZULIP_BOTS_VERSION = "0.9.1"
4
IS_PYPA_PACKAGE = False
5
6
zulip_botserver/setup.py
-ZULIP_BOTSERVER_VERSION = "0.9.0"
+ZULIP_BOTSERVER_VERSION = "0.9.1"
with open("README.md") as fh:
long_description = fh.read()
0 commit comments