diff --git a/eeclient/__init__.py b/eeclient/__init__.py index a5394a9..3d3ed5c 100644 --- a/eeclient/__init__.py +++ b/eeclient/__init__.py @@ -1,6 +1,6 @@ __title__ = "eeclient" __summary__ = "A client for Google Earth Engine" -__version__ = "1.2.0" +__version__ = "1.2.1" __author__ = "Daniel Guerrero" __email__ = "dfgm2006@gmail.com" diff --git a/pyproject.toml b/pyproject.toml index 8bee8cb..50bdc60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ee-client" -version = "1.2.0" +version = "1.2.1" description = "extends the capabilities of the earthengine-api by providing custom session management and client interactions" readme = { file = "README.rst", content-type = "text/x-rst" } authors = [ @@ -66,7 +66,7 @@ branch = true [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = false -version = "1.2.0" +version = "1.2.1" version_files = [ "pyproject.toml:version", "eeclient/__init__.py:__version__",