diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 4aca677..96b47b5 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.18" +__version__ = "0.0.19" LOGGER = logging.getLogger(__name__)