From e3f3fb024f39fa443e884307d921ee46a15c3b5b Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 28 Dec 2021 21:12:36 -0800 Subject: [PATCH] Release 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cfaad77..2a3b2e34 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.0.0" +VERSION = "1.1.0" HERE = pathlib.Path(__file__).parent README = (HERE / "README.md").read_text()