Skip to content

Commit fec8cc5

Browse files
author
Eeshan Garg
committed
pypi: Release version 0.8.1.
1 parent c59b143 commit fec8cc5

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 distro
3030
import requests
3131

32-
__version__ = "0.8.0"
32+
__version__ = "0.8.1"
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
@@ -4,7 +4,7 @@
44
import sys
55
from typing import Any, Dict, Optional
66

7-
ZULIP_BOTS_VERSION = "0.8.0"
7+
ZULIP_BOTS_VERSION = "0.8.1"
88
IS_PYPA_PACKAGE = False
99

1010

zulip_botserver/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from typing import Any, Dict, Optional
55

6-
ZULIP_BOTSERVER_VERSION = "0.8.0"
6+
ZULIP_BOTSERVER_VERSION = "0.8.1"
77

88
with open("README.md") as fh:
99
long_description = fh.read()

0 commit comments

Comments
 (0)