Skip to content

Commit 45be455

Browse files
author
semantic-release
committed
4.6.1
Automatically generated by python-semantic-release
1 parent 4fa03f4 commit 45be455

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bleak-retry-connector"
3-
version = "4.6.0"
3+
version = "4.6.1"
44
description = "A connector for Bleak Clients that handles transient connection failures"
55
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]
66
license = "MIT"

src/bleak_retry_connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "4.6.0"
3+
__version__ = "4.6.1"
44

55

66
import asyncio

0 commit comments

Comments
 (0)