Skip to content

Commit

Permalink
version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlouden committed Aug 25, 2016
1 parent ac03c70 commit 1e9d497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_web = Extension("spiderman._web",["c_src/_web.c","c_src/heron.c","c_src/segment.c","c_src/areas.c","c_src/intersection.c","c_src/generate.c","c_src/blocked.c","c_src/util.c","c_src/pyutil.c","c_src/web.c","c_src/orthographic.c","c_src/ephemeris.c","c_src/blackbody.c","c_src/brightness_maps.c"])

setup( name='spiderman-package',
version="0.2.2",
version="0.3.0",
author='Tom Louden',
author_email = 't.m.louden@warwick.ac.uk',
url = 'https://github.com/tomlouden/spiderman',
Expand Down

0 comments on commit 1e9d497

Please sign in to comment.