From 3e56d867da43d614bfed39f878c5440f82973432 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:54:02 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0a1=20=E2=86=92=201.0.0a2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- geetools/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 07172ca5..c5306f6c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ project = "geetools" author = "Rodrigo E. Principe" copyright = f"2017-{datetime.now().year}, {author}" -release = "1.0.0a1" +release = "1.0.0a2" # -- General configuration ----------------------------------------------------- extensions = [ diff --git a/geetools/__init__.py b/geetools/__init__.py index 73e1461d..6666372c 100644 --- a/geetools/__init__.py +++ b/geetools/__init__.py @@ -48,7 +48,7 @@ __title__ = "geetools" __summary__ = "A set of useful tools to use with Google Earth Engine Python" "API" __uri__ = "http://geetools.readthedocs.io" -__version__ = "1.0.0a1" +__version__ = "1.0.0a2" __author__ = "Rodrigo E. Principe" __email__ = "fitoprincipe82@gmail.com" diff --git a/pyproject.toml b/pyproject.toml index d2adc7a4..eaca5dfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "geetools" -version = "1.0.0a1" +version = "1.0.0a2" description = "A collection of tools to work with Google Earth Engine Python API" keywords = [ "python", @@ -117,7 +117,7 @@ source = ["geetools"] [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = false -version = "1.0.0a1" +version = "1.0.0a2" version_files = [ "pyproject.toml:version", "geetools/__init__.py:__version__",