From 4e1a3b7609dde5f64f0f743387e6b35c3f0bb818 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 28 Aug 2017 09:28:00 +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 6aec7e72..98e9b21d 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 0, 0, 'alpha', 0) +VERSION = (2, 1, 0, 'alpha', 0) __version__ = get_latest_version(VERSION) -- 2.47.3