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 95afb65 commit fad00a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<picture>
<!-- Dark mode image -->
<source srcset="https://raw.githubusercontent.com/ThatXliner/aioudp/refs/heads/main/docs/assets/Dark-Banner%402x.png" media="(prefers-color-scheme: dark)">
<source srcset="docs/assets/Dark-Banner@2x.png" media="(prefers-color-scheme: dark)">
<!-- Light mode image -->
<source srcset="https://raw.githubusercontent.com/ThatXliner/aioudp/refs/heads/main/docs/assets/Light-Banner%402x.png" media="(prefers-color-scheme: light)">
<source srcset="docs/assets/Light-Banner@2x.png" media="(prefers-color-scheme: light)">
<!-- Fallback image -->
<img src="docs/assets/Light-Banner@2x.png" alt="AioUDP Banner" style="max-width: 100%; height: auto;">
<img src="https://raw.githubusercontent.com/ThatXliner/aioudp/refs/heads/main/docs/assets/Light-Banner%402x.png" alt="AioUDP Banner" style="max-width: 100%; height: auto;">
</picture>

> A better API for asynchronous UDP
Expand Down
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__ = ["Connection", "connect", "exceptions", "serve"]


__version__ = "2.0.0-beta5"
__version__ = "2.0.0-beta6"
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-beta5"
version = "2.0.0-beta6"

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

0 comments on commit fad00a7

Please sign in to comment.