~ar-python-hackers/authentication-results-python/trunk

« back to all changes in this revision

Viewing changes to setup.py

Merge updated ARC work from Gene Shuman

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
from distutils.core import setup
17
17
 
18
18
setup(name='authres',
19
 
      version='1.0.1',
 
19
      version='1.0.0',
20
20
      description='authres - Authentication Results Header Module',
21
21
      author='Julian Mehnle, Scott Kitterman',
22
22
      author_email='julian@mehnle.net',