From 08ab2b41d523046bca38616d838d58d202590f90 Mon Sep 17 00:00:00 2001 From: jan Date: Fri, 8 Jan 2021 09:44:19 -0800 Subject: [PATCH] bump version to v0.11 --- fatamorgana/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatamorgana/VERSION.py b/fatamorgana/VERSION.py index 8f401f3..511362f 100644 --- a/fatamorgana/VERSION.py +++ b/fatamorgana/VERSION.py @@ -1,4 +1,4 @@ """ VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ __version__ = ''' -0.10 +0.11 '''