diff --git a/conda-build/meta.yaml b/conda-build/meta.yaml index 38be353..8d8a1f3 100644 --- a/conda-build/meta.yaml +++ b/conda-build/meta.yaml @@ -6,7 +6,7 @@ package: source: git_url: https://github.com/tbepler/topaz.git - git_tag: v0.3.4 # Update to the latest release tag + git_tag: v0.3.5 # Update to the latest release tag requirements: build: diff --git a/topaz/_version.py b/topaz/_version.py index 334b899..a8d4557 100644 --- a/topaz/_version.py +++ b/topaz/_version.py @@ -1 +1 @@ -__version__ = "0.3.4" +__version__ = "0.3.5"