From c5be0ff1bfbaccd5e0a11e718cf337f3c238e456 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 2 Nov 2020 00:21:56 -0800 Subject: [PATCH] bump version to v0.8 --- lethe/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lethe/VERSION.py b/lethe/VERSION.py index 9de6fb9..32eb94e 100644 --- a/lethe/VERSION.py +++ b/lethe/VERSION.py @@ -1,4 +1,4 @@ """ VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ __version__ = ''' -0.7 +0.8 '''