We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2814acc commit 28cae1aCopy full SHA for 28cae1a
zulip/zulip/__init__.py
@@ -29,7 +29,7 @@
29
import requests
30
from typing_extensions import Literal, override
31
32
-__version__ = "0.8.2"
+__version__ = "0.9.0"
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.8.2"
+ZULIP_BOTS_VERSION = "0.9.0"
4
IS_PYPA_PACKAGE = False
5
6
zulip_botserver/setup.py
-ZULIP_BOTSERVER_VERSION = "0.8.2"
+ZULIP_BOTSERVER_VERSION = "0.9.0"
with open("README.md") as fh:
long_description = fh.read()
0 commit comments