Skip to content

Commit 44e7318

Browse files
committed
bump version 0.2.2
1 parent 2dba104 commit 44e7318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Python API to synthesize Triton AST's"
88
authors = [{ name = "Robin David", email = "[email protected]" }]
99
license = { text = "AGPL-3.0" }
1010
readme = { file = "README.md", content-type = "text/markdown" }
11-
version = '0.2.1'
11+
version = '0.2.2'
1212
requires-python = ">=3.8"
1313
dependencies = [
1414
"triton-library",

src/qsynthesis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import logging
88

9-
__version__ = "0.2.1"
9+
__version__ = "0.2.2"
1010

1111
# Simple object used to retrieve the plugin in IDA
1212
qsynthesis_plugin = None

0 commit comments

Comments
 (0)