diff --git a/pyproject.toml b/pyproject.toml index 5144f768..cca73a1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtlengine" -version = "1.6.1" +version = "1.6.2" description = "Run and Validate VTL Scripts" license = "AGPL-3.0" readme = "README.md" diff --git a/src/vtlengine/__init__.py b/src/vtlengine/__init__.py index 4307cd11..2369fb2d 100644 --- a/src/vtlengine/__init__.py +++ b/src/vtlengine/__init__.py @@ -24,4 +24,4 @@ "validate_external_routine", ] -__version__ = "1.6.1" +__version__ = "1.6.2"