From 0235b2b2e6233e2fe31ea9169ffae10601055725 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 26 Jul 2021 18:03:06 +0100 Subject: [PATCH] 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 ba7d4e85..3adb7d9f 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (3, 0, 3) +VERSION = (3, 0, 4, 'alpha', 0) __version__ = get_latest_version(VERSION) -- 2.47.3