Skip to content

Commit 8d2c2b1

Browse files
committed
🔖 Version bump
1 parent fad00a7 commit 8d2c2b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aioudp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
__all__ = ["Connection", "connect", "exceptions", "serve"]
99

1010

11-
__version__ = "2.0.0-beta6"
11+
__version__ = "2.0.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "aioudp"
33
description = "A better API for asynchronous UDP"
44
authors = ["Bryan Hu <[email protected]>"]
5-
version = "2.0.0-beta6"
5+
version = "2.0.0"
66

77
readme = "README.md"
88
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)