version: bump

This commit is contained in:
Dylan Araps 2017-08-02 13:18:05 +10:00
parent 2b220aec72
commit 29d7c93779
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ def set_color(index, color):
def set_iterm_tab_color(color): def set_iterm_tab_color(color):
"""Set iTerm2 window color""" """Set iTerm2 tab/window color"""
red, green, blue = util.hex_to_rgb(color) red, green, blue = util.hex_to_rgb(color)
return [ return [
f"\033]6;1;bg;red;brightness;{red}\a", f"\033]6;1;bg;red;brightness;{red}\a",

View File

@ -13,7 +13,7 @@ import pathlib
import platform import platform
__version__ = "0.5.9" __version__ = "0.5.10"
HOME = pathlib.Path.home() HOME = pathlib.Path.home()