Skip to content

Commit eea6e6b

Browse files
chore: update version to v2.11.0a (#1266)
Co-authored-by: disnake-bot[bot] <139079794+disnake-bot[bot]@users.noreply.github.com>
1 parent d3d1a98 commit eea6e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

disnake/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__author__ = "Rapptz, EQUENOS"
1515
__license__ = "MIT"
1616
__copyright__ = "Copyright 2015-present Rapptz, 2021-present EQUENOS"
17-
__version__ = "2.10.0"
17+
__version__ = "2.11.0a"
1818

1919
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
2020

@@ -87,7 +87,7 @@ class VersionInfo(NamedTuple):
8787

8888

8989
# fmt: off
90-
version_info: VersionInfo = VersionInfo(major=2, minor=10, micro=0, releaselevel="final", serial=0)
90+
version_info: VersionInfo = VersionInfo(major=2, minor=11, micro=0, releaselevel="alpha", serial=0)
9191
# fmt: on
9292

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

0 commit comments

Comments
 (0)