From 73ced909545d3fca2679efd9a4eca7f69b36150b Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 16 Mar 2020 14:20:30 -0400 Subject: Prepare 0.3.1 with minor fixes - Uses the correct mailing list tools@linux.kernel.org - Properly handles the Fixes: follow-up trailers Signed-off-by: Konstantin Ryabitsev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 00e8d52..6a80bb2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -VERSION = '0.3.0' +VERSION = '0.3.1' NAME = 'b4' setup( -- cgit v1.2.3