We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5a6500 + 8141d80 commit e96907aCopy full SHA for e96907a
2 files changed
fintoc/version.py
@@ -1,4 +1,4 @@
1
"""Module to hold the version utilities."""
2
3
-version_info = (2, 16, 0)
+version_info = (2, 17, 0)
4
__version__ = ".".join([str(x) for x in version_info])
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fintoc"
-version = "2.16.0"
+version = "2.17.0"
description = "The official Python client for the Fintoc API."
5
authors = ["Daniel Leal <daniel@fintoc.com>", "Nebil Kawas <nebil@uc.cl>"]
6
maintainers = ["Daniel Leal <daniel@fintoc.com>"]
0 commit comments