diff --git a/snarled/VERSION.py b/snarled/VERSION.py index 2c3fbc3..bfdf8d9 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.1 +0.2 '''.strip()