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