From 37c6870cf47950b97dce217ea9c28e3e47f57314 Mon Sep 17 00:00:00 2001 From: Darnell Granberry <40174000+DarnellGranberry@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:37:44 -0500 Subject: [PATCH] update version number to avoid conflicts --- conda-build/meta.yaml | 2 +- topaz/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-build/meta.yaml b/conda-build/meta.yaml index 14b92f3..38be353 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.3 # Update to the latest release tag + git_tag: v0.3.4 # Update to the latest release tag requirements: build: diff --git a/topaz/_version.py b/topaz/_version.py index e19434e..334b899 100644 --- a/topaz/_version.py +++ b/topaz/_version.py @@ -1 +1 @@ -__version__ = "0.3.3" +__version__ = "0.3.4"