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