From 9c13b1660214f86338b61ed7fcaa67d0cb09e830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Sodr=C3=A9?= Date: Tue, 12 Dec 2023 14:23:33 -0300 Subject: [PATCH] update version 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f65660..1629de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crossfire" -version = "0.2.0.2" +version = "1.0.0" description = "crossfire: Download spatial data sets from crossfire project" authors = ["Felipe Barros "] readme = "README.md"