Skip to content

Commit

Permalink
feat(pain001):v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Sep 11, 2023
1 parent fcd31c5 commit a1ce3c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pain001/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

"""The Python pain001 module."""
__all__ = ["pain001"]
__version__ = "0.0.21"
__version__ = "0.0.23"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pain001"
version = "0.0.21"
version = "0.0.23"
description = "Pain001 is a Python Library for Automating ISO 20022-Compliant Payment Files Using CSV Data."
authors = ["Sebastien Rousseau <sebastian.rousseau@gmail.com>"]
license = "Apache Software License"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[metadata]
name = pain001
version = 0.0.21
version = 0.0.23
description = Pain001, A Python Library for Automating ISO 20022-Compliant Payment Files Using CSV Or SQlite Data Files.
keywords = pain001,iso20022,payment-processing,automate-payments,sepa,financial,banking-payments,csv,sqlite
author = Sebastian Rousseau
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

NAME = "pain001"
URL = "https://github.com/sebastienrousseau/pain001"
VERSION = "0.0.21"
VERSION = "0.0.23"

setup(
name=NAME,
Expand Down

0 comments on commit a1ce3c9

Please sign in to comment.