bump release to 0.0.21

This commit is contained in:
Benjamin Dauvergne 2013-12-10 13:52:40 +01:00
parent fdaf969782
commit cc765ca7bf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from common import URL, HTML
__all__ = [ 'Payment', 'URL', 'HTML', '__version__', 'SIPS', 'SYSTEMPAY',
'SPPLUS', 'DUMMY', 'get_backend' ]
__version__ = "0.0.1"
__version__ = "0.0.21"
SIPS = 'sips'
SYSTEMPAY = 'systempayv2'