Skip to content

Commit

Permalink
Bump version to 2.2.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Oct 27, 2021
1 parent b48686b commit 8601a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextcord/ext/ipc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

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

version = "2.1.1"
version_info = _VersionInfo(2, 1, 1, "final", 0)
version = "2.2.0"
version_info = _VersionInfo(2, 2, 0, "final", 0)

0 comments on commit 8601a7e

Please sign in to comment.