Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Sep 15, 2023
2 parents fff6c93 + 9d30723 commit 41c5259
Show file tree
Hide file tree
Showing 11 changed files with 396 additions and 133 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -48,7 +48,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ @misc{GeneFinder.jl
author = {Camilo García},
title = {GeneFinder.jl},
url = {https://github.com/camilogarciabotero/GeneFinder.jl},
version = {v0.1.0},
version = {v0.0.23},
year = {2022},
month = {11}
}
10 changes: 7 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.9.2"
julia_version = "1.9.3"
manifest_format = "2.0"
<<<<<<< HEAD
project_hash = "3ceb0d6a5b2dc07dc211cb96fbd69382b1e14a15"
=======
project_hash = "90542a933a63e92bc7dd9c7727fccb1a20cad5a7"
>>>>>>> 9d307232ed30ffd9f4068b96bbbcb2a924e814e6

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand All @@ -13,9 +17,9 @@ uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[[deps.Automa]]
deps = ["PrecompileTools", "TranscodingStreams"]
git-tree-sha1 = "bd653e59ff94b0dd47d58e0cdb50d862885a1b23"
git-tree-sha1 = "9dca1d1632c4f7fb320b8a766feb6b8290695f7c"
uuid = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
version = "1.0.0"
version = "1.0.1"

[[deps.Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
Loading

0 comments on commit 41c5259

Please sign in to comment.