Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Feb 19, 2025
1 parent d222519 commit a00e641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
1. Update version in `mix.exs` and update CHANGELOG.
2. Run `git tag x.y.z` and `git push --tags`.
1. Wait for CI to precompile all artifacts.
3. Run `mix elixir_make.checksum --all`.
4. Run `mix hex.publish`.
5. Bump version in `mix.exs` and add `-dev`.
3. Publish GH release with copied changelog notes (CI creates a draft, we need to publish it to compute the checksum).
4. Run `mix elixir_make.checksum --all`.
5. Run `mix hex.publish`.
6. Bump version in `mix.exs` and add `-dev`.
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"
@version "0.3.1-dev"
@description "Python interpreter embedded in Elixir"
@github_url "https://github.com/livebook-dev/pythonx"

Expand Down

0 comments on commit a00e641

Please sign in to comment.