From ede62279ffe4382b60dac2a801dd102bb9e37bf9 Mon Sep 17 00:00:00 2001 From: "David.Smit" Date: Tue, 17 Nov 2020 09:34:40 -0500 Subject: [PATCH] bumped the version for adding the lru cache --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10883d6..3cb5bf8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ DESCRIPTION = 'SNAQL (Templated SQL) with the ability to pull data.' HERE_PATH = os.path.dirname(os.path.abspath(__file__)) -VERSION = '0.1.0' +VERSION = '0.1.1' try: