Skip to content

Commit

Permalink
version 0.0.105
Browse files Browse the repository at this point in the history
  • Loading branch information
goFrendiAsgard committed Oct 17, 2023
1 parent 55f1c11 commit 4e94a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_zrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
Run-command:
runs-on: ubuntu-latest
container:
image: stalchmst/zrb:0.0.103
image: stalchmst/zrb:0.0.104
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -38,4 +38,4 @@ jobs:
export ZRB_SHOW_PROMPT=false
echo "🏁 Start running"
${{ inputs.command }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "zrb"
version = "0.0.104"
version = "0.0.105"
authors = [
{ name="Go Frendi Gunawan", email="[email protected]" },
]
Expand Down Expand Up @@ -50,4 +50,4 @@ zrb = "zrb.__main__:cli"
[tool.pytest.ini_options]
pythonpath = [
"src"
]
]

0 comments on commit 4e94a17

Please sign in to comment.