Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Sep 29, 2024
1 parent ecd1924 commit 90255c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- '**/*.md'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
none-shall-pass:
runs-on: thevickypedia-lite
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
- "true"
- "false"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
pypi-publisher:
runs-on: thevickypedia-lite
Expand Down
2 changes: 1 addition & 1 deletion pyninja/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0-alpha"
__version__ = "0.1.0"

0 comments on commit 90255c1

Please sign in to comment.