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

Commit 0698616

Browse files
committed
Bump version (Release Candidate)
1 parent 96d003c commit 0698616

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.0.0b16"
7+
version = "3.0.0rc1"
88
authors = [
99
{ name="PythonistaGuild, 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__ = "3.0.0b16"
28+
__version__ = "3.0.0rc1"
2929

3030

3131
from .enums import *

0 commit comments

Comments
 (0)