From a4f5d1ad97123cb575494745256f146087812552 Mon Sep 17 00:00:00 2001 From: Natha Paquette Date: Sun, 26 Nov 2023 21:07:33 -0400 Subject: [PATCH] Update pyproject.toml updated version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76157f3c..db738d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "FreeTAKServer" -version = "0.2.1.0" +version = "0.2.1" description = "An open source server for the TAK family of applications." authors = ["FreeTAKTeam "] readme = "README.md" @@ -65,4 +65,4 @@ ui = ["FreeTAKServer_UI"] dev = ["pytak", "pytest", "pytest-asyncio"] [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"