Skip to content

Commit 3dbf0ae

Browse files
committed
update version
1 parent 199fd7d commit 3dbf0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aioice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .ice import Connection, ConnectionClosed, TransportPolicy
55

66
__all__ = ["Candidate", "Connection", "ConnectionClosed", "TransportPolicy"]
7-
__version__ = "0.9.0"
7+
__version__ = "0.9.0.post0"
88

99
# Set default logging handler to avoid "No handler found" warnings.
1010
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)