Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Feb 20, 2025
1 parent f929245 commit aeed6fd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
matrix:
os: [macos-latest, macos-13]
precision: [32, 64]
newTag:
- ${{startsWith(github.ref, 'refs/tags/')}}
exclude:
- newTag: false
precision: [64]
os: [macos-13]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -119,6 +125,11 @@ jobs:
compiler: [mingw]
arch: [amd64]
precision: [32, 64] # pd double and single float
newTag:
- ${{startsWith(github.ref, 'refs/tags/')}}
exclude:
- newTag: false
precision: [64]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -185,8 +196,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
newTag:
- ${{startsWith(github.ref, 'refs/tags/')}}
arch: [amd64, aarch64, arm]
precision: [32, 64]
exclude:
- newTag: false
arch: [aarch64, arm]
precision: [64]

steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Sources/OScofo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C" {

#define OSCOFO_VERSION_MAJOR 0
#define OSCOFO_VERSION_MINOR 1
#define OSCOFO_VERSION_PATCH 2
#define OSCOFO_VERSION_PATCH 3

namespace OScofo {

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "OScofo"
version = "0.1.2-alpha"
version = "0.1.3rc1"
authors = [{name = "Charles K. Neimog", email = "[email protected]"}]
description = "OScofo is an OpenSource Score Follower based on the Research of Cont (2010)."
readme = "README.md"
Expand Down

0 comments on commit aeed6fd

Please sign in to comment.