From 793d3f5a32056a2a0c2c3191f4ada4643043404a Mon Sep 17 00:00:00 2001 From: Lawrence Hudson Date: Tue, 15 Mar 2022 14:10:58 +0000 Subject: [PATCH] [#68] Version --- pylibdmtx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylibdmtx/__init__.py b/pylibdmtx/__init__.py index 629654b..fd40215 100644 --- a/pylibdmtx/__init__.py +++ b/pylibdmtx/__init__.py @@ -1,3 +1,3 @@ """Read and write Data Matrix barcodes from Python 2 and 3.""" -__version__ = '0.1.11' +__version__ = '0.1.10'