Skip to content

Commit 9563458

Browse files
committed
Bumped version to 1.2.1
1 parent 7d2b3ab commit 9563458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vtlengine"
3-
version = "1.2.1rc1"
3+
version = "1.2.1"
44
description = "Run and Validate VTL Scripts"
55
license = "AGPL-3.0"
66
readme = "README.md"

src/vtlengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["semantic_analysis", "run", "generate_sdmx", "run_sdmx", "prettify"]
44

5-
__version__ = "1.2.1rc1"
5+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)