We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b5963 commit 8047743Copy full SHA for 8047743
kitty/constants.py
@@ -15,7 +15,7 @@
15
GLFW_KEY_LEFT_SUPER, GLFW_KEY_RIGHT_SUPER)
16
17
appname = 'kitty'
18
-version = (0, 2, 4)
+version = (0, 2, 5)
19
str_version = '.'.join(map(str, version))
20
_plat = sys.platform.lower()
21
isosx = 'darwin' in _plat
0 commit comments