Skip to content

Commit

Permalink
Merge pull request #54 from fintoc-com/release/prepare-2.3.0
Browse files Browse the repository at this point in the history
Prepare 2.3.0 release
  • Loading branch information
daleal authored Dec 22, 2022
2 parents 7c2b839 + e3d1405 commit 5542d3e
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, 2, 2)
version_info = (2, 3, 0)
__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.2.2"
version = "2.3.0"
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 5542d3e

Please sign in to comment.