Skip to content

Commit

Permalink
Merge pull request #133 from washingtonpost/setup-version
Browse files Browse the repository at this point in the history
Forgot version number
  • Loading branch information
dmnapolitano authored Nov 5, 2024
2 parents ebc3a40 + 1010533 commit 9872d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
LONG_DESCRIPTION = f.read()

# The full version, including alpha/beta/rc tags
RELEASE = "2.2.1"
RELEASE = "2.2.2"
# The short X.Y version
VERSION = ".".join(RELEASE.split(".")[:2])

Expand Down

0 comments on commit 9872d7f

Please sign in to comment.