Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MKesenheimer committed Feb 11, 2025
1 parent 5081fe5 commit b0bda44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion findus/firmware/config_v1/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"hardware_version": [1, 1, 0],
"software_version": [0, 9, 14]
"software_version": [0, 9, 15]
}
2 changes: 1 addition & 1 deletion findus/firmware/config_v2/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hardware_version": [2, 1, 0],
"software_version": [0, 9, 14],
"software_version": [0, 9, 15],
"mux_vinit": "3.3",
"ps_offset": 1.4,
"ps_factor": 0.83
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = ["findus", "findus.analyzer", "findus.helper", "findus.firmware"]
[project]
name = "findus"
description = "Library to perform fault injection attacks with the PicoGlitcher, Chipwhisperer Husky or Chipwhisperer Pro"
version = "0.9.14"
version = "0.9.15"
license = {file = "LICENSE"}
authors = [{name = "Matthias Kesenheimer", email = "m.kesenheimer@gmx.net"}]
dependencies = [
Expand Down

0 comments on commit b0bda44

Please sign in to comment.