From 7c52db318d8c903c1ad6caef1ea66aea118eeb30 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Wed, 28 Mar 2018 13:49:46 +0200 Subject: [PATCH] release version 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f739005..98b265c 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,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.2.0', + version='1.2.2', description='Python Mode-S Decoder', long_description=long_description,