From 624a7fdd8a3669076d0d8366785021abdfdffa63 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Wed, 17 May 2023 19:11:37 -0600 Subject: [PATCH] v0.1.0 pre-release wtih existing functions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7024a5f..a261b40 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # Python Package Setup from setuptools import setup, find_namespace_packages -VERSION="0.0.2" +VERSION="0.1.0" DESCRIPTION="A Python package to find the centerline and width of rivers based on the latitude and longitude from a right and left bank" with open("README.md", "r") as f: