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