Skip to content

Commit 1bc330a

Browse files
committed
Version bump for development
1 parent 9845a53 commit 1bc330a

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.6.0'
16+
__version__ = '2.7.0a'
1717

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

@@ -85,7 +85,7 @@ class VersionInfo(NamedTuple):
8585
serial: int
8686

8787

88-
version_info: VersionInfo = VersionInfo(major=2, minor=6, micro=0, releaselevel='final', serial=0)
88+
version_info: VersionInfo = VersionInfo(major=2, minor=7, micro=0, releaselevel='alpha', serial=0)
8989

9090
logging.getLogger(__name__).addHandler(logging.NullHandler())
9191

0 commit comments

Comments
 (0)