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 5c71fbb commit 738ff9eCopy full SHA for 738ff9e
discord/__init__.py
@@ -74,6 +74,6 @@ class VersionInfo(NamedTuple):
74
serial: int
75
76
77
-version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel='candidate', serial=0)
+version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel='candidate', serial=1)
78
79
logging.getLogger(__name__).addHandler(logging.NullHandler())
0 commit comments