From 5dc74a554804799a2b35274d70bac19d3e03c741 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Mon, 18 Apr 2022 11:59:14 +0200 Subject: [PATCH] new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd688bf..26cfa64 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ with open(path.join(here, "README.rst"), encoding="utf-8") as f: details = dict( name="pyModeS", - version="2.9", + version="2.10", description="Python Mode-S and ADS-B Decoder", long_description=long_description, url="https://github.com/junzis/pyModeS",