version 0.12.1

This commit is contained in:
Kovid Goyal
2018-09-08 05:22:02 +05:30
parent cca672e536
commit 7438e0e997
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from collections import namedtuple
appname = 'kitty'
version = (0, 12, 0)
version = (0, 12, 1)
str_version = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos = 'darwin' in _plat