Skip to content

Commit

Permalink
Merge pull request #63 from fintoc-com/release/prepare-2.4.1
Browse files Browse the repository at this point in the history
pre-release: prepare 2.4.1 release
  • Loading branch information
vnazar authored Oct 8, 2024
2 parents 3f79cf7 + 1da2831 commit afe1909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fintoc/version.py
Original file line number Diff line number Diff line change
@@ -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])
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 = "fintoc"
version = "2.4.0"
version = "2.4.1"
description = "The official Python client for the Fintoc API."
authors = ["Daniel Leal <[email protected]>", "Nebil Kawas <[email protected]>"]
maintainers = ["Daniel Leal <[email protected]>"]
Expand Down

0 comments on commit afe1909

Please sign in to comment.