From 10bae557e0db169da99d4161a231f1c9728f0b31 Mon Sep 17 00:00:00 2001 From: Jake Lever Date: Fri, 3 Mar 2023 16:33:26 -0800 Subject: [PATCH] Bump verson to v2.8.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4cc96c1..fc8df35 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ import sys if sys.version_info[0] < 3: - raise Exception("PubRunner requires Python 3") + raise Exception("Kindred requires Python 3") -VERSION='2.8.0' +VERSION='2.8.1' here = path.abspath(path.dirname(__file__))