From e68051ccc630d9113f2cc88f182a1f6d6afd8383 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 7 Apr 2022 21:45:51 -0700 Subject: [PATCH] bump version to v0.6 --- snarled/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snarled/VERSION.py b/snarled/VERSION.py index aa70ad0..e4f476e 100644 --- a/snarled/VERSION.py +++ b/snarled/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()