From 055a7cf581fd1d69f2bb3428480105317adbe89c Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 21 Dec 2020 21:59:49 -0800 Subject: [PATCH] bump version to v0.10 --- lethe/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lethe/VERSION.py b/lethe/VERSION.py index 032341c..8f401f3 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.9 +0.10 '''