Make it clear that this version is under development and not to be regarded as stable.

This commit is contained in:
Roland Hedberg 2012-12-14 13:11:53 +01:00
parent 3f6ece0a68
commit 91903aaa6d

View File

@ -49,7 +49,7 @@ if sys.version_info < (2,7):
setup(
name='pysaml2',
version='1.0.0',
version='1.0.0dev',
description='Python implementation of SAML Version 2 to for instance be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',