version 0.33.0

This commit is contained in:
Kovid Goyal
2024-03-12 20:49:31 +05:30
parent 5264f3b5aa
commit 04f8cb6d30
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, 2)
version: Version = Version(0, 33, 0)
str_version: str = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos: bool = 'darwin' in _plat