Skip to content

Commit

Permalink
📝 Will this README work?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Jan 1, 2025
1 parent 5b2a7e9 commit 95afb65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<picture>
<!-- Dark mode image -->
<source srcset="docs/assets/Dark-Banner@2x.png" media="(prefers-color-scheme: dark)">
<source srcset="https://raw.githubusercontent.com/ThatXliner/aioudp/refs/heads/main/docs/assets/Dark-Banner%402x.png" media="(prefers-color-scheme: dark)">
<!-- Light mode image -->
<source srcset="docs/assets/Light-Banner@2x.png" media="(prefers-color-scheme: light)">
<source srcset="https://raw.githubusercontent.com/ThatXliner/aioudp/refs/heads/main/docs/assets/Light-Banner%402x.png" media="(prefers-color-scheme: light)">
<!-- Fallback image -->
<img src="docs/assets/[email protected]" alt="AioUDP Banner" style="max-width: 100%; height: auto;">
</picture>
Expand Down
4 changes: 2 additions & 2 deletions aioudp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .connection import Connection
from .server import serve

__all__ = ["connect", "serve", "Connection", "exceptions"]
__all__ = ["Connection", "connect", "exceptions", "serve"]


__version__ = "2.0.0-beta4"
__version__ = "2.0.0-beta5"
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 <[email protected]>"]
version = "2.0.0-beta4"
version = "2.0.0-beta5"

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

0 comments on commit 95afb65

Please sign in to comment.