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"