From 65b9a89c1f4ea0459ab4e97e2938c452e92bb9c2 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 5 Oct 2012 10:48:24 +0200 Subject: [PATCH] bump version to 0.0.17 --- eopayment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index ea32dbf..ab33478 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.16" +__version__ = "0.0.17" LOGGER = logging.getLogger(__name__)