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

Commit 695de4c

Browse files
committed
Bump version (3.2.1)
1 parent c2a04db commit 695de4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
7+
version = "3.2.1"
88
authors = [
99
{ name="PythonistaGuild, EvieePy", email="evieepy@gmail.com" },
1010
]

wavelink/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "3.2.0"
28+
__version__ = "3.2.1"
2929

3030

3131
from .enums import *

0 commit comments

Comments
 (0)