]> git.parisson.com Git - deefuzzer.git/commitdiff
back to 0.6.5
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 6 Dec 2013 08:29:31 +0000 (09:29 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 6 Dec 2013 08:29:31 +0000 (09:29 +0100)
deefuzzer/__init__.py
setup.py

index e1854b7534e76d4d985e1044b7a8ec85c2405d61..ec0697d1fb661204ab19abca128ae640efac49b0 100644 (file)
@@ -2,4 +2,4 @@ from core import *
 from station import *
 from tools import *
 
-__version__ = '0.6.6'
\ No newline at end of file
+__version__ = '0.6.5'
\ No newline at end of file
index 0d3c0eca310d470c7fd8800e441080303a37491c..ce91c8e7369295fb1028e12e69a8ae12baeedb1f 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.6',
+  version = '0.6.5',
   install_requires = [
         'setuptools',
         'python-shout',