From 6648b607ffab7760f1e5acc730e5871eac1e951b Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Fri, 12 Nov 2021 14:01:38 -0800 Subject: [PATCH] bump version to 0.2 --- g85/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g85/VERSION.py b/g85/VERSION.py index 2c3fbc3..bfdf8d9 100644 --- a/g85/VERSION.py +++ b/g85/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()