update __version__ to 0.9.100 for pre-release id

Signed-off-by: Gene Czarcinski <gene@czarc.net>
This commit is contained in:
Gene Czarcinski 2013-04-16 20:44:13 -04:00 committed by Cole Robinson
parent 61369d252c
commit 2b298aa424

View File

@ -42,7 +42,7 @@ def _get_param(name, default):
return default
return cfg.get("config", name)
__version__ = "0.9.4"
__version__ = "0.9.100"
# We should map this into the config somehow but I question if anyone cares