From ef1a39152ccbe75e63f232f40a69448718a48abc Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 8 Apr 2021 19:50:22 -0700 Subject: [PATCH] bump version to v0.6 --- mem_edit/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mem_edit/VERSION.py b/mem_edit/VERSION.py index aa70ad0..e4f476e 100644 --- a/mem_edit/VERSION.py +++ b/mem_edit/VERSION.py @@ -1,4 +1,4 @@ """ VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ __version__ = ''' -0.5 +0.6 '''.strip()