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 fbc52bb commit 83b539a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Contents:
Release Notes
==============

0.3.0 (2016/08/25)
0.3.1 (2016/08/25)
==================
- Updated API - more object oriented.
- Made fully compatible with BATMAN.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
_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.3.0",
version="0.3.1",
author='Tom Louden',
author_email = 't.m.louden@warwick.ac.uk',
url = 'https://github.com/tomlouden/spiderman',
download_url = 'https://github.com/tomlouden/spiderman/0.3.0',
download_url = 'https://github.com/tomlouden/spiderman/tarball/0.3.1',
packages =['spiderman'],
license = ['GNU GPLv3'],
description ='Fast secondary eclipse and phase curve modeling',
Expand Down

0 comments on commit 83b539a

Please sign in to comment.