From 9a5e89dc442e428e7c090776488656ab1db2b894 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sat, 10 Jun 2023 00:22:55 +0100 Subject: [PATCH] fix(pain001): updated to 0.0.19 --- TEMPLATE.md | 2 +- pain001/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TEMPLATE.md b/TEMPLATE.md index 28d3b06..6f10c54 100644 --- a/TEMPLATE.md +++ b/TEMPLATE.md @@ -10,7 +10,7 @@ -# Pain001 (v0.0.18) +# Pain001 (v0.0.19) ![Pain001 banner][banner] diff --git a/pain001/__init__.py b/pain001/__init__.py index 4aec091..858b938 100644 --- a/pain001/__init__.py +++ b/pain001/__init__.py @@ -15,4 +15,4 @@ """The Python pain001 module.""" __all__ = ["pain001"] -__version__ = "0.0.18" +__version__ = "0.0.19" diff --git a/pyproject.toml b/pyproject.toml index e238f17..07cff7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pain001" -version = "0.0.18" +version = "0.0.19" description = "Pain001 is a Python Library for Automating ISO 20022-Compliant Payment Files Using CSV Data." authors = ["Sebastien Rousseau "] license = "Apache Software License" diff --git a/setup.cfg b/setup.cfg index 7a7ab99..b496816 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pain001 -version = 0.0.18 +version = 0.0.19 author = Sebastian Rousseau author_email = sebastian.rousseau@gmail.com description = pain001 is a Python Library for Automating ISO 20022-Compliant Payment Files Using CSV Data. diff --git a/setup.py b/setup.py index 823607d..92027ea 100644 --- a/setup.py +++ b/setup.py @@ -176,7 +176,7 @@ TEST_DEPENDENCIES = ["xmlschema>=2.3.0", "pytest>=7.3.1"] -VERSION = "0.0.18" +VERSION = "0.0.19" URL = "https://github.com/sebastienrousseau/pain001"