Skip to content

Commit 1bad8e0

Browse files
committed
chore: bump version
1 parent 422e3a4 commit 1bad8e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

interactions/ext/lavalink/base.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
from interactions.ext.version import Version, VersionAuthor
33

44
__all__ = ["version", "base"]
5-
__version__ = "0.0.1"
5+
__version__ = "0.0.2"
66

7-
version = Version(version=__version__, author=VersionAuthor(name="Damego", email="[email protected]"))
7+
version = Version(
8+
version=__version__, author=VersionAuthor(name="Damego", email="[email protected]")
9+
)
810
base = Base(
911
name="interactions-lavalink",
1012
version=version,

0 commit comments

Comments
 (0)