Skip to content

Commit

Permalink
final for 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Mar 8, 2022
1 parent c34770a commit 16085c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 16085c5

Please sign in to comment.