set default to monokai
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Tue, 8 Jul 2014 02:43:19 +0000 (11:43 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Tue, 8 Jul 2014 02:43:19 +0000 (11:43 +0900)
rainbowstream/colorset/init [new file with mode: 0755]
setup.py

diff --git a/rainbowstream/colorset/init b/rainbowstream/colorset/init
new file mode 100755 (executable)
index 0000000..73b0b93
--- /dev/null
@@ -0,0 +1 @@
+monokai
\ No newline at end of file
index 8b6c6350baff926bb481d0b4159ec50effa6f366..4048d7518af87c2ab734aaef3b90192aa56ebdb4 100644 (file)
--- 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",