version 0.26.2

This commit is contained in:
Kovid Goyal
2022-09-05 10:49:50 +05:30
parent f05783e64d
commit 5bdf27fd78
2 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ class Version(NamedTuple):
appname: str = 'kitty'
kitty_face = '🐱'
version: Version = Version(0, 26, 1)
version: Version = Version(0, 26, 2)
str_version: str = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos: bool = 'darwin' in _plat