From f1ea1557ebf9de16c6c7ee05d22b93ede3a66ad9 Mon Sep 17 00:00:00 2001 From: greyllmmoder Date: Thu, 9 Apr 2026 13:34:33 +0530 Subject: [PATCH] chore: bump version to 1.2.0 --- 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 c46dda2..ebeb5e7 100644 --- a/aztec_py/__init__.py +++ b/aztec_py/__init__.py @@ -1,6 +1,6 @@ """Public package API for aztec-py.""" -__version__ = "1.1.0" +__version__ = "1.2.0" from .batch import encode_batch from .bcbp import BCBPSegment, build_bcbp_string diff --git a/pyproject.toml b/pyproject.toml index facde34..99e27c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aztec-py" -version = "1.1.0" +version = "1.2.0" 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"