From a8c9642c891491e4725808aa6154b64e340d7080 Mon Sep 17 00:00:00 2001 From: Sean Moriarity Date: Wed, 13 Sep 2023 18:24:45 -0700 Subject: [PATCH] Release 0.1.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c79492d..508c9a8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule HNSWLib.MixProject do use Mix.Project - @version "0.1.0" + @version "0.1.1" @github_url "https://github.com/elixir-nx/hnswlib" def project do