From 18f40e67a163186b64877cb4a772935fed2a0913 Mon Sep 17 00:00:00 2001 From: Ron Weikamp <15732230+ronweikamp@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:45:22 +0100 Subject: [PATCH] bump package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2aaee4c..e7fb6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "epcpy" -version = "0.1.7" +version = "0.1.8" description = "A Python module for creation, validation, and transformation of EPC representations as defined in GS1's EPC Tag Data Standard." license = "MIT" authors = ["Nedap Retail "]