bump version to 0.9.7

This commit is contained in:
Thomas S Hatch 2012-02-15 09:46:18 -07:00
parent e2b4ce6d87
commit f5b19e434f

View file

@ -1,2 +1,2 @@
__version_info__ = (0, 9, 6)
__version_info__ = (0, 9, 7)
__version__ = '.'.join(map(str, __version_info__))