Skip to content

Commit

Permalink
Merge 375b4cb into a43b6f0
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Jan 27, 2024
2 parents a43b6f0 + 375b4cb commit 6cd2c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
with:
annotate: true
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
files: lcov.info
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OndaBatches"
uuid = "181bd894-5b11-491a-bec3-9b1779d96000"
authors = ["Beacon Biosignals, Inc."]
version = "0.4.7"
version = "0.4.8"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand All @@ -27,7 +27,7 @@ Onda = "0.15"
StableRNGs = "1"
StatsBase = "0.33"
Tables = "1.7"
TimeSpans = "0.3"
TimeSpans = "0.3, 1"
julia = "1.7"

[extras]
Expand Down

0 comments on commit 6cd2c9b

Please sign in to comment.