We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b9f3c commit b29e6beCopy full SHA for b29e6be
discord/__init__.py
@@ -75,6 +75,6 @@ class VersionInfo(NamedTuple):
75
serial: int
76
77
78
-version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel="candidate", serial=1)
+version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel="final", serial=0)
79
80
logging.getLogger(__name__).addHandler(logging.NullHandler())
0 commit comments