From 16085c52c0ace5ab3feb56c0cbf8362e09bd62f6 Mon Sep 17 00:00:00 2001 From: blaylockbk Date: Tue, 8 Mar 2022 20:52:05 +0000 Subject: [PATCH] final for 0.0.9 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e984fb7..d7b8db13 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="herbie-data", # Unfortunately, "herbie" is already used. - version="0.0.8", + version="0.0.9", author="Brian K. Blaylock", author_email="blaylockbk@gmail.com", description="Download model data (HRRR, RAP, GFS, NBM, etc.) from NOMADS, NOAA's Big Data Program partners (Amazon, Google, Microsoft), and the University of Utah Pando Archive System.", @@ -51,6 +51,8 @@ # Created a new conda environment with twine # conda create -n pypi python=3 twine pip -c conda-forge """ +conda update env -f Cartpenter_Workshop/environments/pypi.yml + conda activate pypi cd Herbie python setup.py sdist bdist_wheel