Skip to content

Commit

Permalink
fix(pain001): updated to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jun 9, 2023
1 parent 6efe41e commit 9a5e89d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- markdownlint-enable MD033 MD041 -->

# Pain001 (v0.0.18)
# Pain001 (v0.0.19)

![Pain001 banner][banner]

Expand Down
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.18"
__version__ = "0.0.19"
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.18"
version = "0.0.19"
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
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9a5e89d

Please sign in to comment.