Skip to content

Commit a98f4b7

Browse files
committed
Changes before v0.1.0 release.
1 parent 3e28683 commit a98f4b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: zstash
3-
version: 0.0.2
3+
version: 0.1.0
44

55
source:
66
git_url: https://github.com/E3SM-Project/zstash
7-
git_rev: v0.0.2
7+
git_rev: v0.1.0
88

99
build:
1010
script: python setup.py install

zstash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = 'v0.0.2'
1+
__version__ = 'v0.1.0'
22

0 commit comments

Comments
 (0)