Skip to content

Commit

Permalink
bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Apr 15, 2011
1 parent 48fc400 commit 58c8e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kivy/__init__.py
Expand Up @@ -29,7 +29,7 @@
'kivy_config_fn', 'kivy_usermodules_dir',
)

__version__ = '1.0.5-dev'
__version__ = '1.0.5'

import sys
from shutil import copytree
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -235,7 +235,7 @@ def Extension(*args, **kwargs):
'tools/packaging/osx/kivy.sh']},
data_files=examples.items(),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: MacOS X',
'Environment :: Win32 (MS Windows)',
'Environment :: X11 Applications',
Expand Down

0 comments on commit 58c8e87

Please sign in to comment.