From ce965d6ccd266e66a9a7c8089798f1ef71f2dcc5 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:17:45 -0300 Subject: [PATCH] alpha2 --- .github/workflows/binaries.yml | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index f064893..99429d4 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -32,7 +32,7 @@ jobs: - { target: x86_64-pc-windows-msvc , os: windows-2022 } - { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 } env: - PROJECT_VERSION: "0.1.2-alpha1" + PROJECT_VERSION: "0.1.2-alpha2" steps: - uses: actions/checkout@v4 diff --git a/mix.exs b/mix.exs index 91a7791..0080056 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Candlex.MixProject do @description "An Nx backend for candle machine learning minimalist framework" @source_url "https://github.com/mimiquate/candlex" - @version "0.1.2-alpha1" + @version "0.1.2-alpha2" def project do [