Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 15, 2017
1 parent defda41 commit 0923d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0923d6e

Please sign in to comment.