From c5a0bebce268b313d2f0942d93020c97c44fb258 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Tue, 8 Jul 2014 11:43:19 +0900 Subject: [PATCH] set default to monokai --- rainbowstream/colorset/init | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 rainbowstream/colorset/init diff --git a/rainbowstream/colorset/init b/rainbowstream/colorset/init new file mode 100755 index 0000000..73b0b93 --- /dev/null +++ b/rainbowstream/colorset/init @@ -0,0 +1 @@ +monokai \ No newline at end of file diff --git a/setup.py b/setup.py index 8b6c635..4048d75 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.2.4' +version = '0.2.5' install_requires = [ "SQLAlchemy", -- 2.25.1