version 0.32.2

This commit is contained in:
Kovid Goyal
2024-02-12 11:15:49 +05:30
parent e6d881e89b
commit f63a4cf90c
2 changed files with 2 additions and 2 deletions

View File

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