From b2a28de23facbb3da89d449538eb46b53e3ac722 Mon Sep 17 00:00:00 2001 From: Gregory Halverson Date: Thu, 21 Nov 2024 21:19:37 -0800 Subject: [PATCH] including `shift_xy` and `shift_distance` methods of `RasterGrid` --- pyproject.toml | 2 +- rasters/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66527ea..70922a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rasters" -version = "1.3.6" +version = "1.4.0" description = "raster processing toolkit" readme = "README.md" authors = [ diff --git a/rasters/version.txt b/rasters/version.txt index 6f96ed0..e21e727 100644 --- a/rasters/version.txt +++ b/rasters/version.txt @@ -1 +1 @@ -1.3.6 \ No newline at end of file +1.4.0 \ No newline at end of file