From d35c7edd4fb3b9a3c19455629f0994281adaabd9 Mon Sep 17 00:00:00 2001 From: AnthonyF Date: Thu, 9 Dec 2021 22:01:46 -0500 Subject: [PATCH] Version bump Sad excuse for a commit I know. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55a9556..c3fdaa8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -appversion = "0.0.11" +appversion = "0.0.12" here = pathlib.Path(__file__).parent.resolve()