Skip to content

Commit

Permalink
Version bump: 0.2.5 -> 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Jul 4, 2023
1 parent b941f58 commit 9b7d0f8
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, 5, "beta")
VERSION = (0, 2, 6, "beta")
__version__ = ".".join(map(str, VERSION[:-1]))
__release__ = ".".join(map(str, VERSION))

0 comments on commit 9b7d0f8

Please sign in to comment.