From 20b4e639a9af80cdb8881fefea7b017e0b236d31 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Fri, 4 Jul 2014 00:47:07 +0900 Subject: [PATCH] documented --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3016b8..b7c940b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.3' +version = '0.1.4' install_requires = [ "SQLAlchemy", -- 2.25.1