We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e28683 commit a98f4b7Copy full SHA for a98f4b7
conda/meta.yaml
@@ -1,10 +1,10 @@
1
package:
2
name: zstash
3
- version: 0.0.2
+ version: 0.1.0
4
5
source:
6
git_url: https://github.com/E3SM-Project/zstash
7
- git_rev: v0.0.2
+ git_rev: v0.1.0
8
9
build:
10
script: python setup.py install
zstash/__init__.py
@@ -1,2 +1,2 @@
-__version__ = 'v0.0.2'
+__version__ = 'v0.1.0'
0 commit comments