Skip to content

Commit

Permalink
bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Jun 5, 2023
1 parent ddb7e0b commit c4650d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qsynthesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import logging

__version__ = "0.1.2"
__version__ = "0.2.0"

# Simple object used to retrieve the plugin in IDA
qsynthesis_plugin = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="qsynthesis",
version="0.1.2",
version="0.2.0",
description="Python API to synthesize Triton AST's",
long_description_content_type='text/markdown',
long_description=README,
Expand Down

0 comments on commit c4650d1

Please sign in to comment.