Skip to content

Commit 969b224

Browse files
committed
🔖 downgrade version so I can do funny tests
1 parent 46de406 commit 969b224

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__ = ["connect", "serve", "Connection", "exceptions"]
99

1010

11-
__version__ = "2.0.0"
11+
__version__ = "2.0.0-beta3"

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"
5+
version = "2.0.0-beta3"
66

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

0 commit comments

Comments
 (0)