diff --git a/docs/conf.py b/docs/conf.py index b167ac64..ed92b790 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ project = "geetools" author = "Rodrigo E. Principe" copyright = f"2017-{datetime.now().year}, {author}" -release = "1.0.0a3" +release = "1.0.0" # -- General configuration ----------------------------------------------------- extensions = [ diff --git a/geetools/__init__.py b/geetools/__init__.py index 83ea317a..ee9e15eb 100644 --- a/geetools/__init__.py +++ b/geetools/__init__.py @@ -55,7 +55,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.0a3" +__version__ = "1.0.0" __author__ = "Rodrigo E. Principe" __email__ = "fitoprincipe82@gmail.com" diff --git a/pyproject.toml b/pyproject.toml index c2e53269..96ab7bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "geetools" -version = "1.0.0a3" +version = "1.0.0" description = "A collection of tools to work with Google Earth Engine Python API" keywords = [ "python", @@ -119,7 +119,7 @@ branch = true [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = false -version = "1.0.0a3" +version = "1.0.0" version_files = [ "pyproject.toml:version", "geetools/__init__.py:__version__",