Skip to content

Commit

Permalink
release 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Nov 19, 2023
1 parent 267fa7d commit 7cb06f0
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: dosei/dctl@0.0.13
uses: doseiai/dctl@0.0.16
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.13
- run: python3 -m pip install dctl==0.0.16
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.15"
version = "0.0.16"
description = "Command Line Interface (CLI) for Dosei"
authors = ["Alvaro Molina <am@dosei.ai>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 7cb06f0

Please sign in to comment.