Skip to content

Commit

Permalink
Merge pull request #42 from banhbio/dev
Browse files Browse the repository at this point in the history
wip fixation
  • Loading branch information
banhbio committed Jul 20, 2023
2 parents 3e83c8e + 794d07c commit 99524e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Taxonomy"
uuid = "10bb16a4-4bfc-432e-9419-4ca69c1a753c"
authors = ["banhbio <[email protected]>"]
version = "0.4.3"
version = "0.4.4"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
2 changes: 1 addition & 1 deletion src/database.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const default_db_size = 2500000
const default_db_size = 4000000

"""
Taxonomy.DB
Expand Down

2 comments on commit 99524e0

@banhbio
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87868

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.4 -m "<description of version>" 99524e0c0a6fd94e9079fa23059c26683f97cec4
git push origin v0.4.4

Please sign in to comment.