From c599cbbd672f8f7502bd41b0e53c7ce10c24f14a Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 20 Aug 2018 15:19:47 -0400 Subject: [PATCH] Version 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd8e212..494b2ea 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.2', + version='0.1.3', description='Library that interacts with CRITS to build an indicator whitelist system.', long_description=long_description,