Skip to content

Commit e395bfe

Browse files
committed
bump to version 0.2.1
1 parent ed72333 commit e395bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0"
9+
__version__ = "0.2.1"
1010

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

setup.py

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

1414
setup(
1515
name="qsynthesis",
16-
version="0.2.0",
16+
version="0.2.1",
1717
description="Python API to synthesize Triton AST's",
1818
long_description_content_type='text/markdown',
1919
long_description=README,

0 commit comments

Comments
 (0)