version 0.30.0
This commit is contained in:
parent
9a0140c430
commit
ef8e3b150c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class Version(NamedTuple):
|
|||
|
||||
appname: str = 'kitty'
|
||||
kitty_face = '🐱'
|
||||
version: Version = Version(0, 29, 2)
|
||||
version: Version = Version(0, 30, 0)
|
||||
str_version: str = '.'.join(map(str, version))
|
||||
_plat = sys.platform.lower()
|
||||
is_macos: bool = 'darwin' in _plat
|
||||
|
|
|
|||
Loading…
Reference in a new issue