Skip to content

Commit 547131e

Browse files
committed
chore: bump version to 2.7.1
1 parent 6d674bf commit 547131e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: disnake/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__author__ = "Rapptz, EQUENOS"
1616
__license__ = "MIT"
1717
__copyright__ = "Copyright 2015-present Rapptz, 2021-present EQUENOS"
18-
__version__ = "2.7.0"
18+
__version__ = "2.7.1"
1919

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

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

8282

83-
version_info: VersionInfo = VersionInfo(major=2, minor=7, micro=0, releaselevel="final", serial=0)
83+
version_info: VersionInfo = VersionInfo(major=2, minor=7, micro=1, releaselevel="final", serial=0)
8484

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

0 commit comments

Comments
 (0)