Skip to content

Commit 6191a2b

Browse files
committed
release 0.1.0
1 parent 123cb73 commit 6191a2b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Elixir package for machine learning
44

5+
Available algorithms:
6+
7+
- K-Nearest Neighbours
8+
59
## Installation
610

711
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
@@ -10,7 +14,7 @@ by adding `learn_kit` to your list of dependencies in `mix.exs`:
1014
```elixir
1115
def deps do
1216
[
13-
{:learn_kit, "~> 0.0.9"}
17+
{:learn_kit, "~> 0.1.0"}
1418
]
1519
end
1620
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule LearnKit.MixProject do
88
def project do
99
[
1010
app: :learn_kit,
11-
version: "0.0.9",
11+
version: "0.1.0",
1212
elixir: "~> 1.7",
1313
name: "LearnKit",
1414
description: @description,

0 commit comments

Comments
 (0)