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()