Skip to content

Commit

Permalink
root: [chore] bump version to 1.3.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 05769bb)
  • Loading branch information
OleksiiOleksenko committed Aug 7, 2024
1 parent db5470c commit cf278c9
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.0"
version = "1.3.1"
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.0"
__version__ = "1.3.1"

0 comments on commit cf278c9

Please sign in to comment.