From af5fb714da7e51b67ea7f1de11dc522152895d6f Mon Sep 17 00:00:00 2001 From: Trevor Phillips Date: Fri, 13 Nov 2020 08:54:33 -0700 Subject: [PATCH] fix version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12e7c26..376360a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "1.1.4" +__version__ = "1.2.1" with open("README.md", "r") as fh: long_description = fh.read()