From 1da283132b674fbef3694be0a17cd3fa7e682180 Mon Sep 17 00:00:00 2001 From: Vicente Nazar Date: Tue, 8 Oct 2024 13:29:29 -0300 Subject: [PATCH] pre-release: prepare 2.4.1 release --- fintoc/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fintoc/version.py b/fintoc/version.py index d704f7f..dba3150 100644 --- a/fintoc/version.py +++ b/fintoc/version.py @@ -1,4 +1,4 @@ """Module to hold the version utilities.""" -version_info = (2, 4, 0) +version_info = (2, 4, 1) __version__ = ".".join([str(x) for x in version_info]) diff --git a/pyproject.toml b/pyproject.toml index 5e3dacf..41d4bd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fintoc" -version = "2.4.0" +version = "2.4.1" description = "The official Python client for the Fintoc API." authors = ["Daniel Leal ", "Nebil Kawas "] maintainers = ["Daniel Leal "]