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 de80003 commit b6679ffCopy full SHA for b6679ff
kitty/constants.py
@@ -15,7 +15,7 @@
15
GLFW_KEY_LEFT_SUPER, GLFW_KEY_RIGHT_SUPER)
16
17
appname = 'kitty'
18
-version = (0, 2, 8)
+version = (0, 3, 0)
19
str_version = '.'.join(map(str, version))
20
_plat = sys.platform.lower()
21
isosx = 'darwin' in _plat
0 commit comments