Skip to content

Commit

Permalink
chore(release): 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 23, 2024
1 parent c9fc7dc commit ae4087f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
```
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <am@dosei.ai>"]
license = "Apache-2.0"
Expand Down

0 comments on commit ae4087f

Please sign in to comment.