diff --git a/setup.py b/setup.py index 5978b1d..ddad0f7 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='huntlib', - version='0.2.1', + version='0.3.0', description='A Python library to help with some common threat hunting data analysis operations', long_description=long_description, url='https://github.com/target/huntlib',