Skip to content

Commit

Permalink
update version number to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry committed Dec 11, 2024
1 parent b33a7d4 commit 37c6870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion topaz/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.3.4"

0 comments on commit 37c6870

Please sign in to comment.