Skip to content

Commit d222519

Browse files
committed
Release v0.3.0
1 parent 856a38a commit d222519

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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)
88

99
Initial release.
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add Pythonx to your dependencies:
3131

3232
```elixir
3333
Mix.install([
34-
{:pythonx, github: "livebook-dev/pythonx"}
34+
{:pythonx, "~> 0.3.0"}
3535
])
3636
```
3737

@@ -107,7 +107,7 @@ Add Pythonx to your dependencies:
107107
```elixir
108108
def deps do
109109
[
110-
{:pythonx, github: "livebook-dev/pythonx"}
110+
{:pythonx, "~> 0.3.0"}
111111
]
112112
end
113113
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ end
55
defmodule Pythonx.MixProject do
66
use Mix.Project
77

8-
@version "0.3.0-dev"
8+
@version "0.3.0"
99
@description "Python interpreter embedded in Elixir"
1010
@github_url "https://github.com/livebook-dev/pythonx"
1111

0 commit comments

Comments
 (0)