Skip to content

Commit 978a96b

Browse files
committed
Version bump to v2.4.0
1 parent c75ca25 commit 978a96b

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
@@ -13,7 +13,7 @@
1313
__author__ = 'Rapptz'
1414
__license__ = 'MIT'
1515
__copyright__ = 'Copyright 2015-present Rapptz'
16-
__version__ = '2.4.0a'
16+
__version__ = '2.4.0'
1717

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

@@ -80,7 +80,7 @@ class VersionInfo(NamedTuple):
8080
serial: int
8181

8282

83-
version_info: VersionInfo = VersionInfo(major=2, minor=4, micro=0, releaselevel='alpha', serial=0)
83+
version_info: VersionInfo = VersionInfo(major=2, minor=4, micro=0, releaselevel='final', serial=0)
8484

8585
logging.getLogger(__name__).addHandler(logging.NullHandler())
8686

0 commit comments

Comments
 (0)