Skip to content
Snippets Groups Projects
Commit 2eafb1b7 authored by Bruce Flynn's avatar Bruce Flynn
Browse files

Release 0.7

parent c26f5d7c
No related branches found
Tags 0.7
No related merge requests found
### PyVer Loader Start
import os
verfile = 'edosl0util/version.txt'
if os.path.exists(verfile):
execfile(verfile)
else:
__version__ = '<unknown>'
__githash__ = ''
del verfile
import pkg_resources as _pkg
execfile(_pkg.resource_filename(__name__, 'version.txt'))
del _pkg
### PyVer Loader End
......@@ -5,7 +5,7 @@ setup(
author='Bruce Flynn',
author_email='brucef@ssec.wisc.edu',
description='Utilities for working with EDOS L0 PDS files',
version='0.7.dev',
version='0.7',
zip_safe=False,
packages=find_packages(),
pyver=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment