From 2cf6ffc8f33f267e4c75a3f1ec235c8aca8f0807 Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Wed, 25 Mar 2026 13:18:08 +0100 Subject: [PATCH] Bump version to 1.6.2 --- pyproject.toml | 2 +- src/vtlengine/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"