From 23ba7fef3eb5eb046b89f3962b0c389ddae8a085 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Mon, 16 Apr 2018 08:40:00 -0500 Subject: [PATCH] Keep version number higher for ease of "upgrading" DMR-MARC, once again changed their database dump stuff.... back to .csv and without warning. This reverts all of the changes made in the last month to accommodate their changes. Thanks for hour of unnecessary work DMR-MARC. Great. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3157ab..db1394f 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): return file.read() setup(name='dmr_utils', - version='0.1.8', + version='0.1.15', 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=[