Skip to content

Commit

Permalink
Merge pull request #27 from a-r-williamson/master
Browse files Browse the repository at this point in the history
Set to release 0.9.6
  • Loading branch information
a-r-williamson committed May 7, 2016
2 parents 731777d + 78c9f61 commit 70339bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def write_build_info():
pylal/git_version.py.
"""
date = branch = tag = author = committer = status = builder_name = build_date = ""
id = "1.0.dev0"
id = "0.9.6"

try:
v = gvcsi.generate_git_version_info()
Expand Down Expand Up @@ -118,7 +118,8 @@ def write_build_info():
author = 'Ligo Virgo Collaboration - PyCBC team',
author_email = '[email protected]',
url = 'https://github.com/ligo-cbc/pycbc-pylal',
release = False,
download_url = 'https://github.com/a-r-williamson/pycbc-pylal/archive/v0.9.6.tar.gz',
release = True,
description = "legacy support python ligo algorithm library",
license = "See file LICENSE",
cmdclass = {'install' : pylal_install,},
Expand Down

0 comments on commit 70339bb

Please sign in to comment.