From f9b8bf823ba9aea47317b86de59674fc0a7ec7ca Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 3 Nov 2020 01:28:20 -0800 Subject: [PATCH] bump version to v0.10 --- fatamorgana/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatamorgana/VERSION.py b/fatamorgana/VERSION.py index 032341c..8f401f3 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.9 +0.10 '''