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: