Skip to content

Commit

Permalink
Bump version: 0.9.34 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Robertson committed Jan 2, 2020
1 parent e37ee31 commit cc71a0c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.34
current_version = 0.10.0
commit = True
tag = True

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

"license": "other-open",
"title": "Automated Water Supply Model (AWSM)",
"version": "v0.9.34",
"version": "v0.10.0",
"upload_type": "software",
"keywords": [
"snow modeling",
Expand Down
2 changes: 1 addition & 1 deletion awsm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Micah Sandusky"""
__email__ = '[email protected]'
__version__ = '0.9.34'
__version__ = '0.10.0'
import matplotlib
matplotlib.use('Agg')
import os
Expand Down
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.34
current_version = 0.10.0
commit = True
tag = True

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

setup(
name='awsm',
version='0.9.34',
version='0.10.0',
description="Automated Water Supply Model",
# long_description=readme + '\n\n' + history,
author="Micah Sandusky",
Expand Down

0 comments on commit cc71a0c

Please sign in to comment.