From 6b7d8fe47801e61707d266e2653a3a253d85382a Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 7 Apr 2022 16:15:55 -0700 Subject: [PATCH] bump version to v0.5 --- snarled/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snarled/VERSION.py b/snarled/VERSION.py index 202c26a..aa70ad0 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.4 +0.5 '''.strip()