From cc765ca7bf359582c21b6a29b1109c347b6584d4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 10 Dec 2013 13:52:40 +0100 Subject: [PATCH] bump release to 0.0.21 --- eopayment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index fc02d78..1c728d6 100644 --- a/eopayment/__init__.py +++ b/eopayment/__init__.py @@ -7,7 +7,7 @@ from common import URL, HTML __all__ = [ 'Payment', 'URL', 'HTML', '__version__', 'SIPS', 'SYSTEMPAY', 'SPPLUS', 'DUMMY', 'get_backend' ] -__version__ = "0.0.1" +__version__ = "0.0.21" SIPS = 'sips' SYSTEMPAY = 'systempayv2'