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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gene Shuman
  • Date: 2017-08-01 19:26:43 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: gene@valimail.com-20170801192643-qfv7c8w2qyag983b
Updated AR Stamping for ARC

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.2',
 
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',