We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25517aa commit d09229cCopy full SHA for d09229c
CHANGELOG.md
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
9
### Changed
10
11
-- Lower runtime glibc version requirement ([#29](https://github.com/livebook-dev/pythonx/pull/29))
+- Lowered the runtime glibc version requirement ([#29](https://github.com/livebook-dev/pythonx/pull/29))
12
13
## [v0.4.5](https://github.com/livebook-dev/pythonx/tree/v0.4.5) (2025-07-29)
14
mix.exs
@@ -5,7 +5,7 @@ end
5
defmodule Pythonx.MixProject do
6
use Mix.Project
7
- @version "0.4.6"
+ @version "0.4.7-dev"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"
0 commit comments