Revert "fix: [setup] use version from util package"

This reverts commit 83fdde0580.
pull/40/head
Christophe Vandeplas 2019-10-25 06:54:00 +02:00
parent 1718217385
commit f832b7d577
2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
#!/usr/bin/env python3
from setuptools import setup, find_packages
from src.transform.common.util import __version__
setup(
name='MISP_maltego',
author='Christophe Vandeplas',
version=__version__,
version='1.3.6',
author_email='christophe@vandeplas.com',
maintainer='Christophe Vandeplas',
url='https://github.com/MISP/MISP-maltego',

View File

@ -12,7 +12,7 @@ import time
# FIXME from galaxy 'to MISP Event' is confusing
__version__ = '1.3.7'
__version__ = '1.3.4'
mapping_misp_to_maltego = {
'AS': [AS],