Skip to content

Commit

Permalink
move version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RevengeComing committed Nov 18, 2017
1 parent 68c6031 commit e3a4bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demonhunter/__init__.py
@@ -1,6 +1,6 @@
__author__ = "Sepehr Hamzehlouy"
__copyright__ = "Copyright 2016, Sepehr Hamzehlouy"
__version__ = "1.0.2"
__version__ = "1.1.7"
__maintainer__ = "Sepehr Hamzehlouy"
__email__ = "s.hamzelooy@gmail.com"
__status__ = "Development"
Expand Down
3 changes: 2 additions & 1 deletion setup.py
@@ -1,12 +1,13 @@
from setuptools import setup, find_packages
from demonhunter import __version__ as version

long_description = """
DemonHunter is a framework to create a Honeypot network very simple and easy.
"""

setup(
name='demonhunter',
version='1.1.1',
version=version,

description='A Distributed Honeypot',
long_description=long_description,
Expand Down

0 comments on commit e3a4bf7

Please sign in to comment.