]> git.parisson.com Git - deefuzzer.git/commitdiff
goto 0.6.6
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 2 Dec 2013 23:32:55 +0000 (00:32 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 2 Dec 2013 23:33:30 +0000 (00:33 +0100)
deefuzzer/__init__.py
setup.py

index eeb8773a4167086219858437a1d04d07008d2ec6..e1854b7534e76d4d985e1044b7a8ec85c2405d61 100644 (file)
@@ -2,4 +2,4 @@ from core import *
 from station import *
 from tools import *
 
-__version__ = '0.6.5'
+__version__ = '0.6.6'
\ No newline at end of file
index ce91c8e7369295fb1028e12e69a8ae12baeedb1f..0d3c0eca310d470c7fd8800e441080303a37491c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",
-  version = '0.6.5',
+  version = '0.6.6',
   install_requires = [
         'setuptools',
         'python-shout',