Skip to content

Commit

Permalink
Merge pull request #58 from NCAR/devel
Browse files Browse the repository at this point in the history
update release version number
  • Loading branch information
sherimickelson committed Feb 9, 2021
2 parents 9099236 + e908965 commit aafab33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3894862.svg)](https://doi.org/10.5281/zenodo.3894862)

September 6, 2018
February 9, 2021


# PyAverager
Expand All @@ -10,7 +10,7 @@ A package used for computing averages from climate model output.

Authors: Sheri Mickelson, Kevin Paul, and John Dennis

Version: 0.9.16
Version: 0.9.17

Copyright: Contained within LICENSE.txt

Expand Down
2 changes: 1 addition & 1 deletion pyaverager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
specification,
)

__version__ = '0.9.16'
__version__ = '0.9.17'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.16
current_version = 0.9.17
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='PyAverager',
version='0.9.16',
version='0.9.17',
description='Parallel Python Averager for Climate Data',
author='Sheri Mickelson',
author_email='mickelso@ucar.edu',
Expand Down

0 comments on commit aafab33

Please sign in to comment.