Skip to content

Commit

Permalink
Version bump: 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Jun 21, 2023
1 parent 8327895 commit 47a31b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plemmy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 1, "beta")
VERSION = (0, 2, 2, "beta")
__version__ = ".".join(map(str, VERSION[:-1]))
__release__ = ".".join(map(str, VERSION))

0 comments on commit 47a31b7

Please sign in to comment.