Skip to content

Commit

Permalink
Bump version: 0.7.2 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Apr 23, 2015
1 parent 7d0cbc2 commit 94cacd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.2
current_version = 0.8.0
files = setup.py msumastro/version.py
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion msumastro/version.py
@@ -1,4 +1,4 @@
from __future__ import (print_function, division, absolute_import,
unicode_literals)

version = '0.7.2'
version = '0.8.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@ def run_tests(self):

setup(
name='msumastro',
version='0.7.2',
version='0.8.0',
description='Process FITS files',
url='http://github.com/mwcraig/msumastro',
long_description=(open('README.rst').read()),
Expand Down

0 comments on commit 94cacd3

Please sign in to comment.