Inherit AuthenticationForm, support form override
[django-cas-provider.git] / setup.py
index 25fe954..06e5d4a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-
 from setuptools import setup, find_packages
+
+
 setup(
     name='django-cas-provider',
-    version='0.2',
+    version='0.2.2',
     description='A "provider" for the Central Authentication Service (http://jasig.org/cas)',
     author='Chris Williams',
     author_email='chris@nitron.org',