Skip to content

Commit

Permalink
Bump version: 0.6.9 → 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthavens committed Oct 24, 2019
1 parent 81c4c4a commit 2a8d99b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.9
current_version = 0.6.10
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion weather_forecast_retrieval/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit 2a8d99b

Please sign in to comment.