Skip to content

Commit

Permalink
v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjhall01 committed Jan 23, 2022
1 parent 5f0e794 commit 25c0417
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: xcast
version: "0.3.2"
version: "0.3.3"

source:
url: https://github.com/kjhall01/xcast/archive/refs/tags/v0.3.2.tar.gz
url: https://github.com/kjhall01/xcast/archive/refs/tags/v0.3.3.tar.gz
build:
number: 0
string: xcast
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = "xcast",
version = "0.3.2",
version = "0.3.3",
author = "Kyle Hall",
author_email = "kjhall@iri.columbia.edu",
description = ("High Performance Gridpoint-Wise Machine Learning for the Earth Sciences"),
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
warnings.filterwarnings("ignore")

Path('.xcast_worker_space').mkdir(exist_ok=True, parents=True)
__version__ = "0.3.2"
__version__ = "0.3.3"

def clear_cache():
if Path('.xcast_worker_space').is_dir():
Expand Down

0 comments on commit 25c0417

Please sign in to comment.