We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc78d85 + ce86398 commit 6286035Copy full SHA for 6286035
nats/aio/client.py
@@ -69,7 +69,7 @@
69
)
70
from .transport import TcpTransport, Transport, WebSocketTransport
71
72
-__version__ = '2.8.0'
+__version__ = '2.9.0'
73
__lang__ = 'python3'
74
_logger = logging.getLogger(__name__)
75
PROTOCOL = 1
setup.py
@@ -4,7 +4,7 @@
4
# These are here for GitHub's dependency graph and help with setuptools support in some environments.
5
setup(
6
name="nats-py",
7
- version='2.8.0',
+ version='2.9.0',
8
license='Apache 2 License',
9
extras_require={
10
'nkeys': ['nkeys'],
0 commit comments