From 8ec2697ea948582e61d55475995322772710c513 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 11 Nov 2021 23:55:39 -0800 Subject: [PATCH] Add VERSION.py @ v0.1 --- g85/VERSION.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 g85/VERSION.py diff --git a/g85/VERSION.py b/g85/VERSION.py new file mode 100644 index 0000000..2c3fbc3 --- /dev/null +++ b/g85/VERSION.py @@ -0,0 +1,4 @@ +""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ +__version__ = ''' +0.1 +'''.strip()