From cf278c980a5cf3280bb1830dd069c74f22e793fc Mon Sep 17 00:00:00 2001 From: Oleksii Oleksenko <3688171+OleksiiOleksenko@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:10:26 +0100 Subject: [PATCH] root: [chore] bump version to 1.3.1 (cherry picked from commit 05769bb580bfdbb8543b92e471f89ca74d54603d) --- pyproject.toml | 2 +- src/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfd161b8..36d2dbb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/__init__.py b/src/__init__.py index f75fdba0..bf4fbb53 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -16,4 +16,4 @@ from .x86 import * -__version__ = "1.3.0" +__version__ = "1.3.1"