Skip to content

Commit 2c4a365

Browse files
committed
Version bump to v2.0.0 final
1 parent 24a1eb7 commit 2c4a365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__author__ = 'Dolfies'
1313
__license__ = 'MIT'
1414
__copyright__ = 'Copyright 2015-present Rapptz and 2021-present Dolfies'
15-
__version__ = '2.0.0a2'
15+
__version__ = '2.0.0'
1616

1717
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1818

@@ -89,7 +89,7 @@ class _VersionInfo(NamedTuple):
8989
serial: int
9090

9191

92-
version_info: _VersionInfo = _VersionInfo(major=2, minor=0, micro=0, releaselevel='alpha', serial=2)
92+
version_info: _VersionInfo = _VersionInfo(major=2, minor=0, micro=0, releaselevel='final', serial=0)
9393

9494
logging.getLogger(__name__).addHandler(logging.NullHandler())
9595

0 commit comments

Comments
 (0)