Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 7a67075

Browse files
authored
Eviee py patch 1 (#313)
* Update pyproject.toml * Update __init__.py
1 parent 198796d commit 7a67075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wavelink"
7-
version = "3.4.0"
7+
version = "3.4.1"
88
authors = [
99
{ name="PythonistaGuild, EvieePy", email="[email protected]" },
1010
]

wavelink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__author__ = "PythonistaGuild, EvieePy"
2727
__license__ = "MIT"
2828
__copyright__ = "Copyright 2019-Present (c) PythonistaGuild, EvieePy"
29-
__version__ = "3.4.0"
29+
__version__ = "3.4.1"
3030

3131

3232
from .enums import *

0 commit comments

Comments
 (0)