bump version to 0.0.20

This commit is contained in:
Benjamin Dauvergne 2013-05-15 15:20:44 +02:00
parent 58c25c7441
commit d2e123975b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from common import URL, HTML
__all__ = ['Payment', 'URL', 'HTML', '__version__', 'SIPS', 'SYSTEMPAY',
'SPPLUS', 'DUMMY', 'get_backend']
__version__ = "0.0.19"
__version__ = "0.0.20"
LOGGER = logging.getLogger(__name__)