Skip to content

Commit

Permalink
Post-release version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Sep 30, 2022
1 parent 297399b commit 201450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from patchwork.version import get_latest_version

VERSION = (3, 0, 6)
VERSION = (3, 0, 7, 'alpha', 0)

__version__ = get_latest_version(VERSION)

Expand Down

0 comments on commit 201450e

Please sign in to comment.