Skip to content

Commit a3df847

Browse files
committed
Bump to v2.11.0
Signed-off-by: Waldemar Quevedo <wally@nats.io>
1 parent 109817f commit a3df847

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
@@ -59,7 +59,7 @@
5959
)
6060
from .transport import TcpTransport, Transport, WebSocketTransport
6161

62-
__version__ = "2.10.0"
62+
__version__ = "2.11.0"
6363
__lang__ = "python3"
6464
_logger = logging.getLogger(__name__)
6565
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.10.0",
7+
version="2.11.0",
88
license="Apache 2 License",
99
extras_require={
1010
"nkeys": ["nkeys"],

0 commit comments

Comments
 (0)