Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Feb 19, 2025
1 parent 856a38a commit d222519
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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

## [v0.3.0](https://github.com/livebook-dev/pythonx/tree/v0.3.0) (Unreleased)
## [v0.3.0](https://github.com/livebook-dev/pythonx/tree/v0.3.0) (2025-02-19)

Initial release.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add Pythonx to your dependencies:

```elixir
Mix.install([
{:pythonx, github: "livebook-dev/pythonx"}
{:pythonx, "~> 0.3.0"}
])
```

Expand Down Expand Up @@ -107,7 +107,7 @@ Add Pythonx to your dependencies:
```elixir
def deps do
[
{:pythonx, github: "livebook-dev/pythonx"}
{:pythonx, "~> 0.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end
defmodule Pythonx.MixProject do
use Mix.Project

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

Expand Down

0 comments on commit d222519

Please sign in to comment.