Skip to content

Commit

Permalink
Release version 0.9.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Nov 15, 2023
1 parent 2814acc commit 28cae1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zulip/zulip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import requests
from typing_extensions import Literal, override

__version__ = "0.8.2"
__version__ = "0.9.0"

# Ensure the Python version is supported
assert sys.version_info >= (3, 6)
Expand Down
2 changes: 1 addition & 1 deletion zulip_bots/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

ZULIP_BOTS_VERSION = "0.8.2"
ZULIP_BOTS_VERSION = "0.9.0"
IS_PYPA_PACKAGE = False


Expand Down
2 changes: 1 addition & 1 deletion zulip_botserver/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

ZULIP_BOTSERVER_VERSION = "0.8.2"
ZULIP_BOTSERVER_VERSION = "0.9.0"

with open("README.md") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 28cae1a

Please sign in to comment.