From ffef0d0bade5cf78345777e5bcf3f0ea85b579ad Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Wed, 28 Dec 2016 10:53:56 +0000 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af383cd..21017ca 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import os setup( name="misp_taxii_hooks", description="A little package just to install hooks to PYTHONPATH", - version="0.1", + version="0.2", author="Hannah Ward", author_email="hannah.ward2@baesystems.com", packages=['misp_taxii_hooks'],