Skip to content

Commit

Permalink
increment patch version for new release; improve github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Teque5 committed Sep 16, 2024
1 parent bd26060 commit 868cf73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
pull_request:
types: [opened, synchronize]
schedule:
- cron: "5 5 * * 5" # test every friday @ 0505

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.9", "3.12"]
Expand Down
2 changes: 1 addition & 1 deletion sigmf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: LGPL-3.0-or-later

# version of this python module
__version__ = "1.2.2"
__version__ = "1.2.3"
# matching version of the SigMF specification
__specification__ = "1.2.0"

Expand Down

0 comments on commit 868cf73

Please sign in to comment.