From 8dd241f23ec1c81ed35fb3c1ae958b3f89c66769 Mon Sep 17 00:00:00 2001 From: Ivan Gotovchits Date: Fri, 23 Dec 2016 12:29:41 -0500 Subject: [PATCH] bumped version to a correct one We actually already released 1.0.0, so 0.2.0 update is kind of late :) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72ab1e7..06d92a5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bap-ida-python', - version='0.2.0', + version='1.1.0', description='BAP IDA Plugin', author='BAP Team', url='https://github.com/BinaryAnalysisPlatform/bap-ida-python',