Skip to content

Commit a00e641

Browse files
committed
Update version
1 parent d222519 commit a00e641

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
1. Update version in `mix.exs` and update CHANGELOG.
44
2. Run `git tag x.y.z` and `git push --tags`.
55
1. Wait for CI to precompile all artifacts.
6-
3. Run `mix elixir_make.checksum --all`.
7-
4. Run `mix hex.publish`.
8-
5. Bump version in `mix.exs` and add `-dev`.
6+
3. Publish GH release with copied changelog notes (CI creates a draft, we need to publish it to compute the checksum).
7+
4. Run `mix elixir_make.checksum --all`.
8+
5. Run `mix hex.publish`.
9+
6. Bump version in `mix.exs` and add `-dev`.

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

0 commit comments

Comments
 (0)