Bump the version of Spawning to 0.9.6

Change-Id: I6b8977af2473898c5bb1b048b9882c863a596150
This commit is contained in:
R. Tyler Croy 2011-03-03 11:01:39 -08:00
parent 42ae95cd5e
commit d66ee49a2f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"""
"""
__version__ = '0.9.5'
__version__ = '0.9.6'
setproctitle = lambda v: NotImplemented