From 0e2500582af1a45c5da670a7816afb71b7a211cf Mon Sep 17 00:00:00 2001 From: irbreeves <43889421+irbreeves@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:57:32 -0500 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5717efc..cb93e31 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name="barrier3d", - version="0.1.0.dev0", - description="A spatially explicit exploratory model of barrier island evolution in three dimensions", + version="2.0", + description="A spatially explicit exploratory model of barrier island evolution", long_description=open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown", author="Ian Reeves", - author_email="reevesi@live.unc.edu", + author_email="ian.reeves@whoi.edu", url="https://github.com/UNC-CECL/Barrier3D", classifiers=[ "Intended Audience :: Science/Research",