From c004e65f833efb44131076120df75b2a97c49591 Mon Sep 17 00:00:00 2001 From: Pete Houghton Date: Wed, 14 Aug 2024 14:29:06 +0000 Subject: [PATCH] bump version major version as API has major addition --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2bd0bb..e0ed88e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyiso20022", - version="0.6.7", + version="1.1.2", author="Peter Houghton", author_email="pete@investigatingsoftware.co.uk", description="pyiso20022 is a library for generating ISO20022 messages in Python.",