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

Commit 3d6e3b9

Browse files
committed
Version bump
1 parent dcccae9 commit 3d6e3b9

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 = "2.6.4"
7+
version = "2.6.5"
88
authors = [
99
{ name="EvieePy", email="[email protected]" },
1010
]

wavelink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
__author__ = "PythonistaGuild, EvieePy"
2626
__license__ = "MIT"
2727
__copyright__ = "Copyright 2019-Present (c) PythonistaGuild, EvieePy"
28-
__version__ = "2.6.4"
28+
__version__ = "2.6.5"
2929

3030
from .enums import *
3131
from .exceptions import *

0 commit comments

Comments
 (0)