Skip to content

Commit

Permalink
🔖 Version bump
Browse files Browse the repository at this point in the history
0.1.0 -> 0.1.1
  • Loading branch information
ThatXliner committed Dec 19, 2021
1 parent f921cc2 commit 1ef7614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aioudp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
__all__ = ["connect", "serve", "Connection", "exceptions"]


__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aioudp"
description = "A better API for asynchronous UDP"
authors = ["Bryan Hu <bryan.hu.2020@gmail.com>"]
version = "0.1.0"
version = "0.1.1"

readme = "README.md"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 1ef7614

Please sign in to comment.