]> git.parisson.com Git - deefuzzer.git/commitdiff
goto 0.7.2
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 18 Feb 2015 16:02:14 +0000 (17:02 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 18 Feb 2015 16:02:14 +0000 (17:02 +0100)
deefuzzer/__init__.py
setup.py

index af6cadcc02328d9b9cf7a65b896c56387745e2f4..480d57242dfee2ea0ab3b4078af136f223208976 100644 (file)
@@ -2,4 +2,4 @@ from core import *
 from station import *
 from tools import *
 
-__version__ = '0.7.1'
\ No newline at end of file
+__version__ = '0.7.2'
index 9f522da735e5ca143089938fc9368c5b740c096a..47c1d614fc0ec361f6f56ee8f1154decec28e1fc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
     long_description=open('README.rst').read(),
     author="Guillaume Pellerin",
     author_email="yomguy@parisson.com",
-    version='0.7.1',
+    version='0.7.2',
     install_requires=[
         'setuptools',
         'python-shout',