From 079181a3e8ae5ae0a3adb64bca3923ceab050bd5 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 3 Oct 2012 17:31:25 +0200 Subject: [PATCH] bump version to 0.0.14 --- eopayment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 7076b8a..bece9d7 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.13" +__version__ = "0.0.14" LOGGER = logging.getLogger(__name__)