Skip to content

Commit

Permalink
Initial version to 0.1.0 and minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
codetalker7 committed May 6, 2024
1 parent 88d5e2a commit 56b1cd5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ColBERT"
uuid = "7e8ad7a6-05a9-45be-b784-576440ebc08e"
authors = ["Siddhant Chaudhary <[email protected]> and contributors"]
version = "1.0.0-DEV"
version = "0.1.0"

[compat]
julia = "1.10"
Expand Down
2 changes: 0 additions & 2 deletions src/ColBERT.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module ColBERT

# Write your package code here.

end
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ using ColBERT
using Test

@testset "ColBERT.jl" begin
# Write your tests here.

end

0 comments on commit 56b1cd5

Please sign in to comment.