Skip to content

Commit

Permalink
Version 0.1.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed Sep 20, 2024
1 parent ec803bb commit c7c089a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[Unreleased](https://github.com/RolnickLab/geospatial-tools/tree/main) (latest)
-------------------------------------------------------------------------------------

[//]: # (New changes here in list form)

[0.1.0](https://github.com/RolnickLab/geospatial-tools/tree/0.1.0) (2024-09-20)
-------------------------------------------------------------------------------------

- Add `resample_tiff_raster.py` script
- Implement functions for clipping and reprojecting raster images
Expand Down
2 changes: 1 addition & 1 deletion Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is for custom makefile variable at the project level.
# They are meant to be share by the whole project team.

APP_VERSION := 0.0.0
APP_VERSION := 0.1.0
APPLICATION_NAME := geospatial_tools
CONDA_ENVIRONMENT := geospatial-tools
PYTHON_VERSION := 3.11
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geospatial_tools"
version = "0.0.0"
version = "0.1.0"
description = ""
authors = ["f-PLT <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -63,7 +63,7 @@ build-backend = "poetry.core.masonry.api"
#

[tool.bumpversion]
current_version = "0.0.0"
current_version = "0.1.0"
commit = true
message = "Version {new_version} released."
tag = true
Expand Down

0 comments on commit c7c089a

Please sign in to comment.