From 030e44d70ea3161b0220bf82ed3db98e12a18be7 Mon Sep 17 00:00:00 2001 From: demonduck Date: Tue, 19 Sep 2017 14:11:01 -0400 Subject: [PATCH] bumping the version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3350946..95a6b0f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.0', + version='0.1.1', description='FIRST Integration: IDA Pro', long_description=long_description,