From ed291aa406927ed2daecc9c8c638678a7ca86cd9 Mon Sep 17 00:00:00 2001 From: greyllmmoder Date: Thu, 9 Apr 2026 13:50:30 +0530 Subject: [PATCH] chore: bump version to 1.2.1 --- aztec_py/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aztec_py/__init__.py b/aztec_py/__init__.py index ebeb5e7..3aecadf 100644 --- a/aztec_py/__init__.py +++ b/aztec_py/__init__.py @@ -1,6 +1,6 @@ """Public package API for aztec-py.""" -__version__ = "1.2.0" +__version__ = "1.2.1" from .batch import encode_batch from .bcbp import BCBPSegment, build_bcbp_string diff --git a/pyproject.toml b/pyproject.toml index 02b593e..e44f8db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aztec-py" -version = "1.2.0" +version = "1.2.1" description = "GS1 2027-compliant pure-Python Aztec Code generator. FLG(0) Reader Initialisation, batch encoding, SVG/PDF/PNG, CLI, boarding passes, GS1 labels. ISO 24778." readme = "README.md" requires-python = ">=3.9"