diff --git a/conda/meta.yaml b/conda/meta.yaml index cb0e07fb..fada534d 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,10 +1,10 @@ package: name: zstash - version: 0.3.0 + version: 0.4.0 source: git_url: https://github.com/E3SM-Project/zstash - git_rev: v0.3.0 + git_rev: v0.4.0 build: script: python setup.py install diff --git a/setup.py b/setup.py index d8fdecbc..9cf4ae8e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zstash", - version="0.3.2", + version="0.4.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 9ab2e3e3..b2bd3d8f 100644 --- a/zstash/__init__.py +++ b/zstash/__init__.py @@ -1,2 +1,2 @@ -__version__ = 'v0.3.2' +__version__ = 'v0.4.0'