From ae4087f232a87d44e78557f9aa2d095b167e6577 Mon Sep 17 00:00:00 2001 From: Alw3ys Date: Tue, 23 Jan 2024 20:34:38 +0100 Subject: [PATCH] chore(release): 0.0.17 --- README.md | 2 +- action.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecde265..f231069 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ steps: uses: actions/checkout@v3 - name: Setup dctl CLI - uses: doseiai/dctl@0.0.16 + uses: doseiai/dctl@0.0.17 with: token: ${{ secrets.DOSEI_TOKEN }} ``` diff --git a/action.yaml b/action.yaml index fbc91e4..1b420f7 100644 --- a/action.yaml +++ b/action.yaml @@ -17,7 +17,7 @@ runs: - uses: actions/setup-python@v4 with: python-version: '3.11' - - run: python3 -m pip install dctl==0.0.16 + - run: python3 -m pip install dctl==0.0.17 shell: bash - run: echo "DOSEI_TOKEN=${{ inputs.token }}" >> $GITHUB_ENV if: ${{ inputs.token }} diff --git a/pyproject.toml b/pyproject.toml index 59fb62d..280127f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dctl" -version = "0.0.16" +version = "0.0.17" description = "Command Line Interface (CLI) for Dosei" authors = ["Alvaro Molina "] license = "Apache-2.0"