Changed docstring, bumped version

This commit is contained in:
Nils Kuhnert 2018-03-30 20:55:45 +02:00
parent a50696af08
commit 54d5e768ed
No known key found for this signature in database
GPG Key ID: 513563BA3E81D017
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class Extractor:
"""Checks if the given value is a known datatype """Checks if the given value is a known datatype
:param value: The value to check :param value: The value to check
:type value: str :type value: str or number
:return: Data type of value, if known, else empty string :return: Data type of value, if known, else empty string
:rtype: str :rtype: str
""" """

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='cortexutils', name='cortexutils',
version='1.2.1', version='1.2.2',
description='A Python library for including utility classes for Cortex analyzers', description='A Python library for including utility classes for Cortex analyzers',
long_description=open('README').read(), long_description=open('README').read(),
author='TheHive-Project', author='TheHive-Project',