Skip to content

Commit

Permalink
Bump version to v2.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed Aug 26, 2024
1 parent fc78d85 commit ce86398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nats/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
)
from .transport import TcpTransport, Transport, WebSocketTransport

__version__ = '2.8.0'
__version__ = '2.9.0'
__lang__ = 'python3'
_logger = logging.getLogger(__name__)
PROTOCOL = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# These are here for GitHub's dependency graph and help with setuptools support in some environments.
setup(
name="nats-py",
version='2.8.0',
version='2.9.0',
license='Apache 2 License',
extras_require={
'nkeys': ['nkeys'],
Expand Down

0 comments on commit ce86398

Please sign in to comment.