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

« back to all changes in this revision

Viewing changes to authres/__init__.py

Merge updated ARC work from Gene Shuman

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
 
95
95
__author__  = 'Julian Mehnle, Scott Kitterman'
96
96
__email__   = 'julian@mehnle.net'
97
 
__version__ = '1.0.1'
 
97
__version__ = '1.0.0'
98
98
 
99
99
import authres.core
100
100