Skip to content

Commit ddd1803

Browse files
committed
Bump version to 0.4.1
1 parent 85e8a84 commit ddd1803

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add `numerix` to your list of dependencies in `mix.exs`:
1010

1111
```elixir
1212
def deps do
13-
[{:numerix, "~> 0.4.0"}]
13+
[{:numerix, "~> 0.4"}]
1414
end
1515
```
1616

@@ -101,4 +101,3 @@ Check out the [API reference](https://hexdocs.pm/numerix/api-reference.html) for
101101
### Optimization
102102

103103
* Genetic algorithms
104-

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Numerix.Mixfile do
66
app: :numerix,
77
name: "Numerix",
88
description: "A collection of useful mathematical functions in Elixir with a slant towards statistics, linear algebra and machine learning",
9-
version: "0.4.0",
9+
version: "0.4.1",
1010
elixir: "~> 1.3",
1111
source_url: "https://github.com/safwank/Numerix",
1212
deps: deps,

0 commit comments

Comments
 (0)