From 1a659955ba153c8b8a25992fc9d5e605db6ff713 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 9 Mar 2019 23:06:04 -0600 Subject: [PATCH] update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4ff9ec..68105d6 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): return file.read() setup(name='dmr_utils3', - version='0.1.23', + version='0.1.24', 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=[