Set the version to 0.9.5

This commit is contained in:
Thomas S Hatch 2012-01-14 19:55:23 -07:00
parent b762434c6e
commit fcca8ddc59

View file

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