Skip to content

Commit

Permalink
Bump version (Release Candidate)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Nov 8, 2023
1 parent 96d003c commit 0698616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wavelink"
version = "3.0.0b16"
version = "3.0.0rc1"
authors = [
{ name="PythonistaGuild, EvieePy", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion wavelink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
__author__ = "PythonistaGuild, EvieePy"
__license__ = "MIT"
__copyright__ = "Copyright 2019-Present (c) PythonistaGuild, EvieePy"
__version__ = "3.0.0b16"
__version__ = "3.0.0rc1"


from .enums import *
Expand Down

0 comments on commit 0698616

Please sign in to comment.