Skip to content

Commit 2f4b47c

Browse files
committed
"Bump version to 0.2.25 in pyproject.toml and __init__.py"
1 parent c8ef499 commit 2f4b47c

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.24"
3+
version = "0.2.25"
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
@@ -12,10 +12,10 @@
1212

1313
from typing import List
1414

15-
__version__ = "0.2.24"
15+
__version__ = "0.2.25"
1616
__author__ = "Carlos Ortega González"
1717
__license__ = "MIT"
1818

1919
from .main import Rut, RutDigitoVerificador, RutInvalidoError
2020

21-
__all__: List[str] = ["Rut", "RutDigitoVerificador", "RutInvalidoError"]
21+
__all__: List[str] = ["Rut", "RutDigitoVerificador", "RutInvalidoError"]

0 commit comments

Comments
 (0)