Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Virviil committed Oct 2, 2024
1 parent 16d6dc7 commit 67a9366
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Tokenizers.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/tokenizers"
@version "0.14.0"
@version "0.6.0-dev"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/ex_tokenizers/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/ex_tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ex_tokenizers"
version = "0.14.0"
version = "0.1.0"
authors = []
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion test/tokenizers/normalizer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ defmodule Tokenizers.NormalizerTest do
end

test "returns alphabet" do
assert length(Tokenizers.Normalizer.ByteLevel.alphabet()) != 0
assert length(Tokenizers.Normalizer.byte_level_alphabet()) != 0
end
end
end

0 comments on commit 67a9366

Please sign in to comment.