From bd75fa6ed3a426d3c4b01f37c33f5d5d5f586a18 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 May 2017 10:38:30 +0530 Subject: [PATCH] version 0.2.4 --- kitty/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/constants.py b/kitty/constants.py index 8cd2fdc60..e9e3f80e1 100644 --- a/kitty/constants.py +++ b/kitty/constants.py @@ -15,7 +15,7 @@ from .fast_data_types import ( GLFW_KEY_LEFT_SUPER, GLFW_KEY_RIGHT_SUPER) appname = 'kitty' -version = (0, 2, 3) +version = (0, 2, 4) str_version = '.'.join(map(str, version)) _plat = sys.platform.lower() isosx = 'darwin' in _plat