bump version to 0.0.19

This commit is contained in:
Benjamin Dauvergne 2012-11-23 09:48:11 +01:00
parent 3a1b3f651f
commit 5ce6dc0f84
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.18"
__version__ = "0.0.19"
LOGGER = logging.getLogger(__name__)