Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 14, 2023
1 parent a9f6f9d commit 2a558d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule HNSWLib.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.1.2"
@github_url "https://github.com/elixir-nx/hnswlib"

def project do
Expand Down Expand Up @@ -52,7 +52,8 @@ defmodule HNSWLib.MixProject do

defp package() do
[
files: ~w(3rd_party/hnswlib c_src lib mix.exs README* LICENSE* Makefile checksum.exs),
files:
~w(3rd_party/hnswlib c_src lib mix.exs README* LICENSE* CMakeLists.txt Makefile checksum.exs),
licenses: ["Apache-2.0"],
links: %{"GitHub" => @github_url}
]
Expand Down

0 comments on commit 2a558d5

Please sign in to comment.