Skip to content

Commit 28cae1a

Browse files
committed
Release version 0.9.0.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 2814acc commit 28cae1a

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, override
3131

32-
__version__ = "0.8.2"
32+
__version__ = "0.9.0"
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
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
ZULIP_BOTS_VERSION = "0.8.2"
3+
ZULIP_BOTS_VERSION = "0.9.0"
44
IS_PYPA_PACKAGE = False
55

66

zulip_botserver/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
ZULIP_BOTSERVER_VERSION = "0.8.2"
3+
ZULIP_BOTSERVER_VERSION = "0.9.0"
44

55
with open("README.md") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)