Skip to content

Commit a3a8c9b

Browse files
committed
Bump version
Signed-off-by: Waldemar Quevedo <[email protected]>
1 parent e3b5539 commit a3a8c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/aio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from time import time as now
2121
from nats.aio.errors import ErrConnectionClosed
2222

23-
__version__ = '0.3.0'
23+
__version__ = '0.4.0'
2424

2525
# Subject namespaces for clients to ack and connect
2626
DEFAULT_ACKS_SUBJECT = "_STAN.acks.%s"

0 commit comments

Comments
 (0)