From a3785b8bd8f2f59b44da73a18f11f1485431d8bc Mon Sep 17 00:00:00 2001 From: Peter Houghton Date: Thu, 13 Jun 2024 08:45:13 +0000 Subject: [PATCH] Added a link to the example PAIN message that we have example parsing code for --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f81272d..2eae4a4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install pyiso20022 pip install xsdata[cli,lxml,soap] ``` -Then use this code to parse a PAIN message...: +Then use this code to parse a PAIN message, like [this one](https://github.com/phoughton/pyiso20022/blob/main/example_files/gs_pain/pain001_001_08.xml).: ```python from xsdata.formats.dataclass.parsers import XmlParser diff --git a/setup.py b/setup.py index 0add263..273e050 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyiso20022", - version="0.3.4", + version="0.3.5", author="Peter Houghton", author_email="pete@investigatingsoftware.co.uk", description="pyiso20022 is a library for generating ISO20022 messages in Python.",