release 1.0.4

This commit is contained in:
junzis 2016-03-23 14:00:53 +01:00
parent 72f2bcd275
commit 8ef02fa2b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
from util import hex2bin, bin2int, hex2int, df
from util import *
import adsb
import ehs

View File

@ -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,