From 2a8d99b6500ea853ad50f721dfbc662fd1b0395a Mon Sep 17 00:00:00 2001 From: Scott Havens Date: Thu, 24 Oct 2019 13:42:35 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.9=20=E2=86=92=200.6.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- weather_forecast_retrieval/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 04f0a51..174a21d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.9 +current_version = 0.6.10 commit = True tag = True diff --git a/setup.py b/setup.py index 486f0ba..43260a8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='weather_forecast_retrieval', - version='0.6.9', + version='0.6.10', description="Weather forecast retrieval gathers relavant gridded weather forecasts to ingest into physically based models for water supply forecasts", long_description=readme, long_description_content_type="text/markdown", diff --git a/weather_forecast_retrieval/__init__.py b/weather_forecast_retrieval/__init__.py index 556736d..fcc995e 100644 --- a/weather_forecast_retrieval/__init__.py +++ b/weather_forecast_retrieval/__init__.py @@ -4,7 +4,7 @@ __author__ = """Scott Havens""" __email__ = 'scott.havens@ars.usda.gov' -__version__ = '0.6.9' +__version__ = '0.6.10' from . import hrrr from . import rap