From a2d53f98864ab779d6e0b58ca94f1c20f129e288 Mon Sep 17 00:00:00 2001 From: Natha Paquette Date: Mon, 6 May 2024 08:37:49 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04670dca..09ae21d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "FreeTAKServer" -version = "2.1.4.5" +version = "2.2" description = "An open source server for the TAK family of applications." authors = ["FreeTAKTeam "] readme = "README.md"