File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ v0.3.0] ( https://github.com/livebook-dev/pythonx/tree/v0.3.0 ) (Unreleased )
7
+ ## [ v0.3.0] ( https://github.com/livebook-dev/pythonx/tree/v0.3.0 ) (2025-02-19 )
8
8
9
9
Initial release.
10
10
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add Pythonx to your dependencies:
31
31
32
32
``` elixir
33
33
Mix .install ([
34
- {:pythonx , github: " livebook-dev/pythonx " }
34
+ {:pythonx , " ~> 0.3.0 " }
35
35
])
36
36
```
37
37
@@ -107,7 +107,7 @@ Add Pythonx to your dependencies:
107
107
``` elixir
108
108
def deps do
109
109
[
110
- {:pythonx , github: " livebook-dev/pythonx " }
110
+ {:pythonx , " ~> 0.3.0 " }
111
111
]
112
112
end
113
113
```
Original file line number Diff line number Diff line change 5
5
defmodule Pythonx.MixProject do
6
6
use Mix.Project
7
7
8
- @ version "0.3.0-dev "
8
+ @ version "0.3.0"
9
9
@ description "Python interpreter embedded in Elixir"
10
10
@ github_url "https://github.com/livebook-dev/pythonx"
11
11
You can’t perform that action at this time.
0 commit comments