Skip to content

Commit

Permalink
bump: version 1.0.0a3 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Feb 4, 2024
1 parent 5b9675e commit 01f3cdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion geetools/__init__.py
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -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",
Expand Down Expand Up @@ -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__",
Expand Down

0 comments on commit 01f3cdf

Please sign in to comment.