Skip to content

Commit

Permalink
Merge branch 'main' into retest
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 10, 2024
2 parents 5585147 + f7b56c7 commit ac2668d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build and push platforms uhd-sr
uses: docker/build-push-action@v6
with:
context: docker
context: .
file: docker/Dockerfile.uhd-sr
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion gamutrflib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gamutrflib"
version = "0.5.60"
version = "0.5.62"
description = "gamutrf non-gnuradio common code"
authors = ["cglewis <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion gamutrfwaterfall/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gamutrfwaterfall"
version = "0.5.60"
version = "0.5.62"
description = "An orchestrated SDR scanner"
authors = ["cglewis <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gamutrf"
version = "0.5.60"
version = "0.5.62"
description = "An orchestrated SDR scanner"
authors = ["cglewis <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit ac2668d

Please sign in to comment.