Skip to content

Commit

Permalink
Merge pull request #44 from fintoc-com/release/prepare-2.2.1
Browse files Browse the repository at this point in the history
Prepare 2.2.1 release
  • Loading branch information
daleal authored Dec 16, 2021
2 parents 20bdd4c + 9058baf commit f33d0fb
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, 0)
version_info = (2, 2, 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.2.0"
version = "2.2.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 f33d0fb

Please sign in to comment.