Skip to content

Commit 1ef7614

Browse files
committed
🔖 Version bump
0.1.0 -> 0.1.1
1 parent f921cc2 commit 1ef7614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aioudp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
__all__ = ["connect", "serve", "Connection", "exceptions"]
99

1010

11-
__version__ = "0.1.0"
11+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 <bryan.hu.2020@gmail.com>"]
5-
version = "0.1.0"
5+
version = "0.1.1"
66

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

0 commit comments

Comments
 (0)