From d14f7432b0c49c056b0943aaf18c9b95a487c073 Mon Sep 17 00:00:00 2001 From: Lukas Zorich Date: Mon, 16 Jun 2025 18:09:01 -0600 Subject: [PATCH] pre-release: prepare 2.8.0 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 6b0f73c..88e5e44 100644 --- a/fintoc/version.py +++ b/fintoc/version.py @@ -1,4 +1,4 @@ """Module to hold the version utilities.""" -version_info = (2, 7, 0) +version_info = (2, 8, 0) __version__ = ".".join([str(x) for x in version_info]) diff --git a/pyproject.toml b/pyproject.toml index 3bca206..05b7ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fintoc" -version = "2.7.0" +version = "2.8.0" description = "The official Python client for the Fintoc API." authors = ["Daniel Leal ", "Nebil Kawas "] maintainers = ["Daniel Leal "]