From 2b3e2c62d0aa7d33b1614afc78a634fe7d4cbbec Mon Sep 17 00:00:00 2001 From: junzis Date: Tue, 7 Mar 2017 10:35:45 +0100 Subject: [PATCH] update package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd1e8e1..6f22abb 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.7', + version='1.0.8', description='Python Mode-S Decoder', long_description=long_description,