Skip to content

Commit

Permalink
root: [chore] bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiOleksenko committed Sep 12, 2024
1 parent fd86ea5 commit 1c68fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "revizor-fuzzer"
version = "1.3.1"
version = "1.3.2"
description = "A fuzzer to search for microarchitectural leaks in CPUs"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from .x86 import *

__version__ = "1.3.1"
__version__ = "1.3.2"

0 comments on commit 1c68fdd

Please sign in to comment.