Skip to content

Commit 2264950

Browse files
committed
"Bump version to 0.2.20 in pyproject.toml and __init__.py"
1 parent da31e5e commit 2264950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rutificador"
3-
version = "0.2.19"
3+
version = "0.2.20"
44
description = "Esta librería proporciona una implementación en Python para validar y formatear el Rol Único Tributario (RUT) utilizado en Chile."
55
authors = ["Carlos Ortega González <[email protected]>"]
66
license = "MIT"

rutificador/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
Licencia: MIT
1515
"""
1616

17-
__version__ = "0.2.19"
17+
__version__ = "0.2.20"
1818
__author__ = "Carlos Ortega González"
1919
__license__ = "MIT"
2020

2121
from .main import Rut, RutDigitoVerificador, RutInvalidoError
2222

23-
__all__ = ["Rut", "RutDigitoVerificador", "RutInvalidoError"]
23+
__all__ = ["Rut", "RutDigitoVerificador", "RutInvalidoError"]

0 commit comments

Comments
 (0)