Skip to content

Commit

Permalink
set to release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-brown committed Sep 22, 2015
1 parent 98aebc1 commit 32bbeab
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.5"

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/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,},
Expand Down

0 comments on commit 32bbeab

Please sign in to comment.