Skip to content

Commit d79f413

Browse files
authored
Merge branch 'nextcord:master' into master
2 parents e0967f7 + c603620 commit d79f413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextcord/ext/ipc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
_VersionInfo = collections.namedtuple("_VersionInfo", "major minor micro release serial")
99

10-
version = "1.0.0"
11-
version_info = _VersionInfo(1, 0, 0, "final", 0)
10+
version = "2.1.1"
11+
version_info = _VersionInfo(2, 1, 1, "final", 0)

0 commit comments

Comments
 (0)