From 0a020a0e101d5c97ecd06a9ace15a4d6d798be2d Mon Sep 17 00:00:00 2001 From: Eli Block <3347571+eliblock@users.noreply.github.com> Date: Sat, 1 May 2021 20:56:02 -0700 Subject: [PATCH] chore(version): bump to 1.2.1 (#20) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12d40c4..eaf6833 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.2.0" +VERSION = "1.2.1" def get_long_description():