Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
Woohoo!
  • Loading branch information
mwcraig committed Aug 18, 2015
1 parent 4b73a25 commit 580d40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reducer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keep this at the top -- name is needed for imports to succeed
NOTEBOOK_TEMPLATE_NAME = 'reducer-template.ipynb'

__version__ = '0.1'
__version__ = '0.2'

from .core import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):

setup(
name='reducer',
version='0.1',
version='0.2',
description='Process FITS files',
url='http://reducer.readthedocs.org',
long_description=(open('README.rst').read()),
Expand Down

0 comments on commit 580d40b

Please sign in to comment.