Skip to content

Commit 51299a2

Browse files
committed
Update version
1 parent 47ddc8f commit 51299a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [v0.4.5](https://github.com/livebook-dev/pythonx/tree/v0.4.5) (2025-07-29)
88

9-
### Updated
9+
### Changed
1010

1111
- Optimised converstion from Python bytes and strings to Elixir binaries to avoid copying ([#19](https://github.com/livebook-dev/pythonx/pull/19))
1212

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.4.5"
8+
@version "0.4.6-dev"
99
@description "Python interpreter embedded in Elixir"
1010
@github_url "https://github.com/livebook-dev/pythonx"
1111

0 commit comments

Comments
 (0)