Change author and email and version

This commit is contained in:
Travis E. Oliphant 2012-11-10 19:01:32 -06:00
commit a2c5e861c4
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
Common classes related to LLVM.
"""
__version__ = '0.8.4'
__version__ = '0.9'
from weakref import WeakValueDictionary

View file

@ -126,8 +126,8 @@ kwds['long_description'] = open('README.rst').read()
setup(
name = 'llvmpy',
description = 'Python bindings for LLVM',
author = 'Mahadevan R',
author_email = 'mdevan@mdevan.org',
author = 'Continuum Analytics, Inc.',
author_email = 'llvmpy@continuum.io',
url = 'http://www.llvmpy.org/',
packages = ['llvm', 'llvm_cbuilder', 'llpython'],
py_modules = ['llvm.core'],