From 9720fb51339ff556a25a233c99265c828d213df3 Mon Sep 17 00:00:00 2001 From: thomashuang Date: Sun, 26 Jul 2015 13:16:38 +0800 Subject: [PATCH] tag: version 0.1.2 --- db/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/__init__.py b/db/__init__.py index 1a82653..8962e69 100644 --- a/db/__init__.py +++ b/db/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '0.1.1' +__version__ = '0.1.2' VERSION = tuple(map(int, __version__.split('.')))