Browse code

Bump version.

Fixes https://github.com/jrfonseca/xdot.py/issues/24

Jose Fonseca authored on 20/04/2016 11:43:50
Showing 1 changed files

  • setup.py index ac5a1b2..7704cd6 100755
... ...
@@ -15,7 +15,7 @@ from setuptools import setup
15 15
 
16 16
 setup(
17 17
     name='xdot',
18
-    version='0.6',
18
+    version='0.7',
19 19
     author='Jose Fonseca',
20 20
     author_email='jose.r.fonseca@gmail.com',
21 21
     url='https://github.com/jrfonseca/xdot.py',