Skip to content

Commit

Permalink
Bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkocher committed Jan 31, 2014
1 parent 3e3daec commit 741b831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cram_unit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 7)
VERSION = (0, 8)


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _get_requirements(file_name):
author='mpkocher',
author_email='mkocher@pacificbiosciences.com',
url="http://github.com/mpkocher/CramUnit",
download_url='https://github.com/mpkocher/CramUnit/tarball/0.7',
download_url='https://github.com/mpkocher/CramUnit/tarball/0.8',
description='Tool to create Unittests/Xunit output from cram (*.t) tests.',
scripts=['bin/run_cram_unit.py'],
install_requires=_get_requirements(_get_local_file(_REQUIREMENTS_FILE)),
Expand Down

0 comments on commit 741b831

Please sign in to comment.