From 144ee1710d7fff8c45d7f12e1022c741a32fe28f Mon Sep 17 00:00:00 2001 From: Xavier Olive Date: Fri, 30 Dec 2022 19:46:15 +0100 Subject: [PATCH] fix publish --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be00065..30af9e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyModeS" -version = "2.13" +version = "2.14" description = "Python Mode-S and ADS-B Decoder" authors = ["Junzi Sun "] license = "GNU GPL v3"