bump to 1.0.1-alpha (fixes for linux package)

This commit is contained in:
Mathieu Virbel 2011-02-02 00:18:05 +01:00
parent 8784ebaee8
commit 0b2e01f75c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ __all__ = (
'kivy_config_fn', 'kivy_usermodules_dir',
)
__version__ = '1.0.0-dev'
__version__ = '1.0.1-dev'
import sys
from shutil import copytree