Skip to content

Commit

Permalink
Eviee py patch 1 (#313)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update __init__.py
  • Loading branch information
EvieePy authored Jul 13, 2024
1 parent 198796d commit 7a67075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wavelink"
version = "3.4.0"
version = "3.4.1"
authors = [
{ name="PythonistaGuild, EvieePy", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion wavelink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__author__ = "PythonistaGuild, EvieePy"
__license__ = "MIT"
__copyright__ = "Copyright 2019-Present (c) PythonistaGuild, EvieePy"
__version__ = "3.4.0"
__version__ = "3.4.1"


from .enums import *
Expand Down

0 comments on commit 7a67075

Please sign in to comment.