Skip to content

Commit

Permalink
Merge pull request #37 from fintoc-com/release/prepare-2.1.2
Browse files Browse the repository at this point in the history
Prepare 2.1.2 release
  • Loading branch information
daleal authored Dec 9, 2021
2 parents fa05c87 + 1d6b27e commit 9bb1408
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, 1, 1)
version_info = (2, 1, 2)
__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.1.1"
version = "2.1.2"
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 9bb1408

Please sign in to comment.