From 8ef02fa2b11d640b8e2ed1a12cb0b7817dfc166b Mon Sep 17 00:00:00 2001 From: junzis Date: Wed, 23 Mar 2016 14:00:53 +0100 Subject: [PATCH] release 1.0.4 --- pyModeS/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyModeS/__init__.py b/pyModeS/__init__.py index 9a0994f..c34bd78 100644 --- a/pyModeS/__init__.py +++ b/pyModeS/__init__.py @@ -1,3 +1,3 @@ -from util import hex2bin, bin2int, hex2int, df +from util import * import adsb import ehs diff --git a/setup.py b/setup.py index dab924b..04299fa 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.0.2', + version='1.0.4', description='Python Mode-S Decoder', long_description=long_description,