mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 09:28:58 +00:00
Changed docstring, bumped version
This commit is contained in:
parent
a50696af08
commit
54d5e768ed
@ -121,7 +121,7 @@ class Extractor:
|
||||
"""Checks if the given value is a known datatype
|
||||
|
||||
:param value: The value to check
|
||||
:type value: str
|
||||
:type value: str or number
|
||||
:return: Data type of value, if known, else empty string
|
||||
:rtype: str
|
||||
"""
|
||||
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='cortexutils',
|
||||
version='1.2.1',
|
||||
version='1.2.2',
|
||||
description='A Python library for including utility classes for Cortex analyzers',
|
||||
long_description=open('README').read(),
|
||||
author='TheHive-Project',
|
||||
|
Loading…
Reference in New Issue
Block a user