add: updated version

This commit is contained in:
cr0hn
2016-03-18 14:09:16 +01:00
parent 5a3a3f7918
commit 11465748dc
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
__tool_name__ = "enteletaor"
__author__ = "Daniel Garcia (cr0hn) - @ggdaniel"
__site__ = "https://github.com/cr0hn/enteletaor"
__version__ = "1.0.0"
__version__ = "1.1.0"
__banner__ = """
``
`````..``

View File

@@ -39,7 +39,7 @@ else:
setup(
name='enteletaor',
version="1.0.0",
version="1.1.0",
install_requires=required,
url='https://github.com/cr0hn/enteletaor',
license='BSD',