Skip to content

Commit

Permalink
Changes before v0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Feb 7, 2019
1 parent 28234ac commit d8ab9e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: zstash
version: 0.1.0
version: 0.2.0

source:
git_url: https://github.com/E3SM-Project/zstash
git_rev: v0.1.0
git_rev: v0.2.0

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

setup(
name="zstash",
version="0.1.0",
version="0.2.0",
author="Chris Golaz, Zeshawn Shaheen",
author_email="golaz1@llnl.gov, shaheen2@llnl.gov",
description="Long term HPSS archiving software for E3SM",
Expand Down
2 changes: 1 addition & 1 deletion zstash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = 'v0.1.0'
__version__ = 'v0.2.0'

0 comments on commit d8ab9e9

Please sign in to comment.