Skip to content

Commit 2601fd0

Browse files
authored
Merge pull request #762 from VincentRPS/patch-1
chore: bump version to `2.0.0-rc.1`
2 parents c213a75 + 738ff9e commit 2601fd0

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__ = 'Pycord Development'
1414
__license__ = 'MIT'
1515
__copyright__ = 'Copyright 2015-2021 Rapptz & Copyright 2021-present Pycord Development'
16-
__version__ = '2.0.0a'
16+
__version__ = '2.0.0-rc.1'
1717

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

@@ -74,6 +74,6 @@ class VersionInfo(NamedTuple):
7474
serial: int
7575

7676

77-
version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel='alpha', serial=0)
77+
version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel='candidate', serial=1)
7878

7979
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)