Skip to content

Commit

Permalink
0.2.14 -> 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 11, 2024
1 parent 99817eb commit 01bf0a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rutificador"
version = "0.2.14"
version = "0.2.15"
description = "Esta librería proporciona una implementación en Python para validar y formatear el Rol Único Tributario (RUT) utilizado en Chile."
authors = ["Carlos Ortega González <carlosortega77@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -37,7 +37,6 @@ pytest = "^7.2.1"

[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["rutificador"]
addopts = "--import-mode=importlib"

[build-system]
Expand Down

0 comments on commit 01bf0a4

Please sign in to comment.