diff --git a/aioudp/__init__.py b/aioudp/__init__.py index 1401f2c..acbd93b 100644 --- a/aioudp/__init__.py +++ b/aioudp/__init__.py @@ -8,4 +8,4 @@ __all__ = ["connect", "serve", "Connection", "exceptions"] -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index f8069be..b312867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "aioudp" description = "A better API for asynchronous UDP" authors = ["Bryan Hu "] -version = "1.0.0" +version = "1.0.1" readme = "README.md" license = "GPL-3.0-or-later"