Skip to content

Commit ed65f5b

Browse files
committed
build: release version 3.2.0
1 parent 2f51e61 commit ed65f5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reai_toolkit"
3-
version = "3.0.1"
3+
version = "3.2.0"
44
description = "RevEng.AI Toolkit plugin for IDA"
55
requires-python = ">=3.10"
66

reai_toolkit_entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _add_vendor_paths():
4242
# flake8: noqa: E402
4343

4444
# TODO: Obtain this from package metadata or ship pyproject.toml with plugin.
45-
__PLUGIN_VERSION__ = "3.0.1"
45+
__PLUGIN_VERSION__ = "3.2.0"
4646
__IDA_VERSION__ = idaapi.get_kernel_version()
4747

4848

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)