diff --git a/.github/workflows/tests_latest.yml b/.github/workflows/tests_latest.yml index 9ed103d47e5..3c1ea6e0c64 100644 --- a/.github/workflows/tests_latest.yml +++ b/.github/workflows/tests_latest.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v4 - with: { ref: v0.23-release } + with: { ref: v0.24-release } - name: Set up Python 3.12 uses: actions/setup-python@v5 diff --git a/CITATION.cff b/CITATION.cff index 49dd33febac..30aeac01477 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -31,4 +31,4 @@ keywords: - pytorch - transformers license: Apache-2.0 -version: "0.23" +version: "0.24" diff --git a/VERSION b/VERSION index 965c8d4b71a..286d5b09c89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.24.0.dev0 \ No newline at end of file +0.24.0 \ No newline at end of file