From 0a81c97af172b130dc0f046cf82dff09dff9d8ac Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 18 Aug 2022 23:10:39 -0700 Subject: [PATCH] bump version to v0.7 --- float_raster/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/float_raster/__init__.py b/float_raster/__init__.py index cc23c3c..5324115 100644 --- a/float_raster/__init__.py +++ b/float_raster/__init__.py @@ -8,4 +8,4 @@ See the documentation for float_raster.raster(...) for details. from .float_raster import * __author__ = 'Jan Petykiewicz' -__version__ = '0.6' +__version__ = '0.7'