Skip to content

Commit

Permalink
Merge pull request #123 from KoslickiLab/version-patch
Browse files Browse the repository at this point in the history
update version to v1.2.3
  • Loading branch information
dkoslicki authored Aug 22, 2024
2 parents 6a9bb59 + b2e06a5 commit be99fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacht/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
COL_NOT_FOUND_ERROR = "Column not found: {}"

# Set up global variables
__version__ = "1.2.2"
__version__ = "1.2.3"
GITHUB_API_URL = "https://api.github.com/repos/KoslickiLab/YACHT/contents/demo/{path}"
GITHUB_RAW_URL = "https://raw.githubusercontent.com/KoslickiLab/YACHT/main/demo/{path}"
BASE_URL = "https://farm.cse.ucdavis.edu/~ctbrown/sourmash-db/"
Expand Down

0 comments on commit be99fe4

Please sign in to comment.