Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
updated setup.py for release 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lppekows committed Feb 17, 2016
1 parent a46e014 commit c4f7aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def write_build_info():
glue/git_version.py.
"""
date = branch = tag = author = committer = status = builder_name = build_date = ""
id = "1.0.dev0"
id = "0.9.8"

try:
v = gvcsi.generate_git_version_info()
Expand Down Expand Up @@ -121,7 +121,7 @@ def write_build_info():
author_email = "duncan.brown@ligo.org",
description = "Grid LSC User Engine",
url = "https://github.com/ligo-cbc/pycbc-glue",
download_url = "https://github.com/ligo-cbc/pycbc-glue/archive/v0.9.7.tar.gz",
download_url = "https://github.com/ligo-cbc/pycbc-glue/archive/v0.9.8.tar.gz",
license = 'See file LICENSE',
packages = [ 'glue', 'glue.ligolw', 'glue.ligolw.utils', 'glue.segmentdb', 'glue.auth'],
cmdclass = {'install' : glue_install,},
Expand Down

0 comments on commit c4f7aef

Please # to comment.