diff --git a/conda/meta.yaml b/conda/meta.yaml index b9e84f3a..c71de128 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -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 diff --git a/setup.py b/setup.py index 55b52dab..b46c983c 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/zstash/__init__.py b/zstash/__init__.py index 193a9d48..c1f50ca5 100644 --- a/zstash/__init__.py +++ b/zstash/__init__.py @@ -1,2 +1,2 @@ -__version__ = 'v0.1.0' +__version__ = 'v0.2.0'