Skip to content

Commit 8047743

Browse files
committed
0.2.5
1 parent e9b5963 commit 8047743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
GLFW_KEY_LEFT_SUPER, GLFW_KEY_RIGHT_SUPER)
1616

1717
appname = 'kitty'
18-
version = (0, 2, 4)
18+
version = (0, 2, 5)
1919
str_version = '.'.join(map(str, version))
2020
_plat = sys.platform.lower()
2121
isosx = 'darwin' in _plat

0 commit comments

Comments
 (0)