From 73ef1dadd160afccd0ba9b50dfe3d5ef798b8d57 Mon Sep 17 00:00:00 2001 From: n0mjs710 Date: Tue, 25 Aug 2020 12:31:59 -0500 Subject: [PATCH] bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 246a105..3385e1a 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): return file.read() setup(name='dmr_utils3', - version='0.1.28', + version='0.1.29', description='ETSI DMR (Digital Mobile Radio) Tier II Utilities', long_description='Modules to disassemble and assemble DMR packets, including generating and decoding various FEC routines', classifiers=[