diff --git a/.github/workflows/bump-versions.yml b/.github/workflows/bump-versions.yml index e93796cce5..352cd0cc76 100644 --- a/.github/workflows/bump-versions.yml +++ b/.github/workflows/bump-versions.yml @@ -35,6 +35,10 @@ jobs: with: python-version: 3.9 + - name: Install Poetry + run: | + curl -sSL https://install.python-poetry.org | python3 - + - name: Bump versions run: | BUMP_TYPE=${{ inputs.bump-type }} @@ -51,4 +55,14 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.TOKEN }} \ No newline at end of file + commit-message: Bump versions + author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> + branch: bump-versions + delete-branch: true + title: 'Bump versions' + body: | + New version in + - agenta-web + - agenta-backend + - agenta-cli + diff --git a/agenta-backend/pyproject.toml b/agenta-backend/pyproject.toml index 227782c285..9e48a3e103 100644 --- a/agenta-backend/pyproject.toml +++ b/agenta-backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agenta_backend" -version = "0.12.0" +version = "0.12.1" description = "" authors = ["Mahmoud Mabrouk "] readme = "README.md" diff --git a/agenta-cli/pyproject.toml b/agenta-cli/pyproject.toml index b2945565c2..d5c75f247f 100644 --- a/agenta-cli/pyproject.toml +++ b/agenta-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agenta" -version = "0.12.0" +version = "0.12.1" description = "The SDK for agenta is an open-source LLMOps platform." readme = "README.md" authors = ["Mahmoud Mabrouk "] diff --git a/agenta-web/package-lock.json b/agenta-web/package-lock.json index 9c8c3641ab..1cbb5c6671 100644 --- a/agenta-web/package-lock.json +++ b/agenta-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashboard", - "version": "0.1.0", + "version": "0.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dashboard", - "version": "0.1.0", + "version": "0.12.1", "dependencies": { "@ant-design/colors": "^7.0.0", "@ant-design/icons": "^5.0.1", diff --git a/agenta-web/package.json b/agenta-web/package.json index 364a54fa42..dd64d2c896 100644 --- a/agenta-web/package.json +++ b/agenta-web/package.json @@ -1,6 +1,6 @@ { "name": "agenta", - "version": "0.12.0", + "version": "0.12.1", "private": true, "engines": { "node": ">=18"