diff --git a/conda/meta.yaml b/conda/meta.yaml index 3a410b1a..b9e84f3a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,10 +1,10 @@ package: name: zstash - version: 0.0.2 + version: 0.1.0 source: git_url: https://github.com/E3SM-Project/zstash - git_rev: v0.0.2 + git_rev: v0.1.0 build: script: python setup.py install diff --git a/zstash/__init__.py b/zstash/__init__.py index 35a19d99..193a9d48 100644 --- a/zstash/__init__.py +++ b/zstash/__init__.py @@ -1,2 +1,2 @@ -__version__ = 'v0.0.2' +__version__ = 'v0.1.0'