Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micah-prime committed Jun 27, 2018
1 parent fa86971 commit c613b0b
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.1.0
current_version = 0.2.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": "PySnobal",
"version": "v0.1.0",
"version": "v0.2.0",
"upload_type": "software",
"keywords": [
"snow modeling",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Snobali v0.1.0
# Python Snobali v0.2.0
Python implementation of the Snobal model applied at either a point or over
and image (iSnobal). This package conatains the C libraries of Snobal in a python
wrapper for more flexibility and ease of interaction.
Expand Down
2 changes: 1 addition & 1 deletion pysnobal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Scott Havens'
__email__ = 'scott.havens@ars.usda.gov'
__version__ = '0.1.0'
__version__ = '0.2.0'

# from pysnobal import lib
# import lib
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='pysnobal',
version='0.1.0',
version='0.2.0',
description="Python wrapper of the Snobal point model",
long_description=readme + '\n\n' + history,
author="Scott Havens",
Expand Down

0 comments on commit c613b0b

Please sign in to comment.