bump to 0.11

This commit is contained in:
Mathieu Virbel 2014-04-20 21:19:28 +02:00
parent 673685bb62
commit 18c72e2ff2
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
### 0.11 ### 0.11
(not released yet) (April 20th, 2014)
- Buildozer is now compatible with Python 3.3 - Buildozer is now compatible with Python 3.3

View file

@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later.
''' '''
__version__ = '0.11-dev' __version__ = '0.11'
import os import os
import re import re