From 44984e9f856af1fec29e6e536778e4bcaf87a1b4 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 4 Oct 2020 12:19:00 +0100 Subject: Post-release version bump Signed-off-by: Stephen Finucane --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 6fb5472..bf4fbef 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 0) +VERSION = (3, 1, 0, 'alpha', 0) __version__ = get_latest_version(VERSION) -- cgit v1.2.3