From e3dd260211d9d10a4f102a5d64b2adee2379d0e7 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Fri, 4 Jul 2014 22:20:03 +0900 Subject: [PATCH] fix -iot bug --- rainbowstream/colorset/default.json | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rainbowstream/colorset/default.json b/rainbowstream/colorset/default.json index 3952c23..65bc20c 100644 --- a/rainbowstream/colorset/default.json +++ b/rainbowstream/colorset/default.json @@ -15,8 +15,8 @@ // Autocomplete history file name "HISTORY_FILENAME" : "completer.hist", // Image config - "IMAGE_SHIFT" : "10", - "IMAGE_MAX_HEIGHT" : "40", + "IMAGE_SHIFT" : 10, + "IMAGE_MAX_HEIGHT" : 40, // Stream config "USER_DOMAIN" : "userstream.twitter.com", "PUBLIC_DOMAIN" : "stream.twitter.com", diff --git a/setup.py b/setup.py index 2d5ac5b..0db589b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.9' +version = '0.1.10' install_requires = [ "SQLAlchemy", -- 2.25.1