diff --git a/setup.py b/setup.py index 6909528..0dbca90 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if sys.version_info[0] < 3: raise Exception("Kindred requires Python 3") -VERSION='2.8.2' +VERSION='2.8.3' here = path.abspath(path.dirname(__file__))