From 69e29b0299136c8e299f37725d9de5704b9b4725 Mon Sep 17 00:00:00 2001 From: Matt Bartos Date: Thu, 9 May 2024 12:52:47 -0500 Subject: [PATCH] Update version number in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f7dc00..38eb80b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="pysheds", - version="0.3.5", + version="0.4", description="🌎 Simple and fast watershed delineation in python.", long_description="🌎 Simple and fast watershed delineation in python.", long_description_content_type="text/x-rst",