From c072f3a4abc0c9be6024770ab7c93cf07c9e4172 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 29 May 2012 16:56:17 +0200 Subject: [PATCH] bumper version to 0.0.12 --- eopayment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 38cdee6..455dc9b 100644 --- a/eopayment/__init__.py +++ b/eopayment/__init__.py @@ -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__)