We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed72333 commit e395bfeCopy full SHA for e395bfe
qsynthesis/__init__.py
@@ -6,7 +6,7 @@
6
7
import logging
8
9
-__version__ = "0.2.0"
+__version__ = "0.2.1"
10
11
# Simple object used to retrieve the plugin in IDA
12
qsynthesis_plugin = None
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="qsynthesis",
16
- version="0.2.0",
+ version="0.2.1",
17
description="Python API to synthesize Triton AST's",
18
long_description_content_type='text/markdown',
19
long_description=README,
0 commit comments