Skip to content

Commit

Permalink
bump to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed May 7, 2017
1 parent a63ddd4 commit a4116a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kivy/__init__.py
Expand Up @@ -39,9 +39,9 @@
from kivy.utils import platform

MAJOR = 1
MINOR = 9
MICRO = 2
RELEASE = False
MINOR = 10
MICRO = 0
RELEASE = True

__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit a4116a5

Please sign in to comment.