From 0923d6ecee95f491ff493825010bf5608795d640 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 15 Mar 2017 16:31:28 +0530 Subject: [PATCH] version 0.2.1 --- kitty/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/constants.py b/kitty/constants.py index 565bbb542..20e800b48 100644 --- a/kitty/constants.py +++ b/kitty/constants.py @@ -15,7 +15,7 @@ GLFW_KEY_LEFT_SUPER, GLFW_KEY_RIGHT_SUPER) appname = 'kitty' -version = (0, 2, 0) +version = (0, 2, 1) str_version = '.'.join(map(str, version)) _plat = sys.platform.lower() isosx = 'darwin' in _plat