Skip to content

Commit fe49522

Browse files
committed
Bump version to 2.2.2
1 parent af4ee5e commit fe49522

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
@@ -12,7 +12,7 @@
1212
__author__ = "Pycord Development"
1313
__license__ = "MIT"
1414
__copyright__ = "Copyright 2015-2021 Rapptz & Copyright 2021-present Pycord Development"
15-
__version__ = "2.2.1"
15+
__version__ = "2.2.2"
1616

1717
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1818

@@ -76,7 +76,7 @@ class VersionInfo(NamedTuple):
7676

7777

7878
version_info: VersionInfo = VersionInfo(
79-
major=2, minor=2, micro=1, releaselevel="final", serial=0
79+
major=2, minor=2, micro=2, releaselevel="final", serial=0
8080
)
8181

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

0 commit comments

Comments
 (0)