Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed May 7, 2022
1 parent c50a471 commit cb77276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.9",
version="0.0.10",
author="Brian K. Blaylock",
author_email="[email protected]",
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,7 +51,7 @@
# 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 env update -f Cartpenter_Workshop/environments/pypi.yml
conda activate pypi
cd Herbie
Expand Down

0 comments on commit cb77276

Please sign in to comment.