From 54bc14f92324b465a6b047a7b909e27a7d7a0691 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 3 Nov 2020 01:13:23 -0800 Subject: [PATCH] bump version to v0.7 --- meanas/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meanas/VERSION.py b/meanas/VERSION.py index ba887e5..9de6fb9 100644 --- a/meanas/VERSION.py +++ b/meanas/VERSION.py @@ -1,4 +1,4 @@ """ VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ __version__ = ''' -0.6 +0.7 '''