bumper version to 0.0.12

This commit is contained in:
Benjamin Dauvergne 2012-05-29 16:56:17 +02:00
parent 3b6da13deb
commit c072f3a4ab
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.11"
__version__ = "0.0.12"
LOGGER = logging.getLogger(__name__)