Skip to content

Commit

Permalink
v0.1.0 pre-release wtih existing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed May 18, 2023
1 parent 79017c9 commit 624a7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 624a7fd

Please sign in to comment.