Skip to content

Commit

Permalink
bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Jan 21, 2025
1 parent ed72333 commit e395bfe
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.2.0"
__version__ = "0.2.1"

# 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.2.0",
version="0.2.1",
description="Python API to synthesize Triton AST's",
long_description_content_type='text/markdown',
long_description=README,
Expand Down

0 comments on commit e395bfe

Please sign in to comment.