Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jmineau/lair into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmineau committed Aug 5, 2024
2 parents 15f977e + 351e728 commit 703da65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Update package version
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: write
jobs:
Expand All @@ -13,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion lair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from . import utils


__version__ = '2024.08.2'
__version__ = '2024.08.3'

0 comments on commit 703da65

Please sign in to comment.