]> git.parisson.com Git - deefuzzer.git/commitdiff
goto 0.7.1
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 31 Jan 2015 00:05:33 +0000 (01:05 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 31 Jan 2015 00:05:33 +0000 (01:05 +0100)
deefuzzer/__init__.py
setup.py

index 91d8d305bebd947de8dc2e106730345cacc770a7..af6cadcc02328d9b9cf7a65b896c56387745e2f4 100644 (file)
@@ -2,4 +2,4 @@ from core import *
 from station import *
 from tools import *
 
-__version__ = '0.7'
\ No newline at end of file
+__version__ = '0.7.1'
\ No newline at end of file
index 4bb332030ce5d5781afc86c2c541932f418588cc..9f522da735e5ca143089938fc9368c5b740c096a 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',
+    version='0.7.1',
     install_requires=[
         'setuptools',
         'python-shout',