From e9266d344fe688a7458a5b7c747421035b5e51d3 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 12 Apr 2021 13:59:12 -0700 Subject: [PATCH] bump to v1.1 --- klamath/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klamath/VERSION.py b/klamath/VERSION.py index 8e6abf6..a27b2ff 100644 --- a/klamath/VERSION.py +++ b/klamath/VERSION.py @@ -1,4 +1,4 @@ """ VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ __version__ = ''' -1.0 +1.1 '''.strip()