Skip to content

Commit 7360df6

Browse files
authored
Merge pull request #174 from nats-io/release/v0.11.2
Bump version to v0.11.2
2 parents bf60a6d + 14f5db6 commit 7360df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nats/aio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from nats.aio.nuid import NUID
2929
from nats.protocol.parser import *
3030

31-
__version__ = '0.11.0'
31+
__version__ = '0.11.2'
3232
__lang__ = 'python3'
3333
_logger = logging.getLogger(__name__)
3434
PROTOCOL = 1

0 commit comments

Comments
 (0)