From e4cc6dae111ace2b3b2879c4d4c35b8ae505ca8e Mon Sep 17 00:00:00 2001 From: Trevor Phillips Date: Fri, 29 Jan 2021 08:01:51 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3758a3..26e690c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "1.2.1" +__version__ = "1.2.2" with open("README.md", "r") as fh: long_description = fh.read()