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
No related tags found
No related merge requests found
### PyVer Loader Start ### PyVer Loader Start
import os import pkg_resources as _pkg
verfile = 'edosl0util/version.txt' execfile(_pkg.resource_filename(__name__, 'version.txt'))
if os.path.exists(verfile): del _pkg
execfile(verfile)
else:
__version__ = '<unknown>'
__githash__ = ''
del verfile
### PyVer Loader End ### PyVer Loader End
...@@ -5,7 +5,7 @@ setup( ...@@ -5,7 +5,7 @@ setup(
author='Bruce Flynn', author='Bruce Flynn',
author_email='brucef@ssec.wisc.edu', author_email='brucef@ssec.wisc.edu',
description='Utilities for working with EDOS L0 PDS files', description='Utilities for working with EDOS L0 PDS files',
version='0.7.dev', version='0.7',
zip_safe=False, zip_safe=False,
packages=find_packages(), packages=find_packages(),
pyver=True, 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