Skip to content

Commit 3e94677

Browse files
committed
Bump to v2.9.1
Signed-off-by: Waldemar Quevedo <wally@nats.io>
1 parent 8fb5716 commit 3e94677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nats/aio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
)
7171
from .transport import TcpTransport, Transport, WebSocketTransport
7272

73-
__version__ = '2.9.0'
73+
__version__ = '2.9.1'
7474
__lang__ = 'python3'
7575
_logger = logging.getLogger(__name__)
7676
PROTOCOL = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These are here for GitHub's dependency graph and help with setuptools support in some environments.
55
setup(
66
name="nats-py",
7-
version='2.9.0',
7+
version='2.9.1',
88
license='Apache 2 License',
99
extras_require={
1010
'nkeys': ['nkeys'],

0 commit comments

Comments
 (0)