From 32bbeab24c789cfa06c060f49a9d7f84d5c52a6a Mon Sep 17 00:00:00 2001 From: Duncan Brown Date: Tue, 22 Sep 2015 15:27:45 -0400 Subject: [PATCH] set to release 0.9.5 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7cb0a7f24..df6d305f3 100644 --- a/setup.py +++ b/setup.py @@ -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.5" try: v = gvcsi.generate_git_version_info() @@ -118,7 +118,8 @@ def write_build_info(): author = 'Ligo Virgo Collaboration - PyCBC team', author_email = 'alex.nitz@ligo.org', url = 'https://github.com/ligo-cbc/pycbc-pylal', - release = False, + download_url = 'https://github.com/duncan-brown/pycbc-pylal/archive/v0.9.5.tar.gz', + release = True, description = "legacy support python ligo algorithm library", license = "See file LICENSE", cmdclass = {'install' : pylal_install,},