diff --git a/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_centerline.png b/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_centerline.png index 14c648a..4d7f999 100644 Binary files a/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_centerline.png and b/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_centerline.png differ diff --git a/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_width.png b/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_width.png index 6b7c4cc..61b0820 100644 Binary files a/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_width.png and b/data/example_script_outputs/43deg44_18dot23_N_101deg27_7dot61_W_width.png differ diff --git a/data/example_script_outputs/equal_distance_coordinates.mat b/data/example_script_outputs/equal_distance_coordinates.mat index 86621c6..ab39902 100644 Binary files a/data/example_script_outputs/equal_distance_coordinates.mat and b/data/example_script_outputs/equal_distance_coordinates.mat differ diff --git a/setup.py b/setup.py index 6a3bab5..1dd115f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # Python Package Setup from setuptools import setup, find_namespace_packages -VERSION="1.0.1" +VERSION="1.1.0" DESCRIPTION="A Python package to find the centerline and width of rivers based on the latitude and longitude of the right and left bank" with open("README.md", "r") as f: