From 1c090fc9170e900ac7ccd12284201d1e611bc762 Mon Sep 17 00:00:00 2001 From: James Kerns Date: Sat, 16 Mar 2019 23:18:25 -0500 Subject: [PATCH] bump to 2.2.5.1 because I'm an idiot and didn't run full tests. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9399533fd..1ec3e39fa 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '2.2.5' +__version__ = '2.2.5.1' setup(