Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineyDev committed Feb 8, 2021
1 parent c8aa0da commit 814e6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord/ext/ipc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from discord.ext.ipc.server import Server
from discord.ext.ipc.errors import *

__version__ = "2.0.0a"
__version__ = "2.0.0"

_VersionInfo = namedtuple("_VersionInfo", "major minor micro releaselevel serial")
version_info = _VersionInfo(major=2, minor=0, micro=0, releaselevel="alpha", serial=0)
version_info = _VersionInfo(major=2, minor=0, micro=0, releaselevel="final", serial=0)

0 comments on commit 814e6b7

Please sign in to comment.