From d7fc215c1676da5d36f940a8a3fddca29ef61d78 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Wed, 3 Nov 2010 03:43:49 +0900 Subject: python: 0.1.7 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index aedd990..d21e6b5 100755 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -version = (0, 1, 6, 'final') +version = (0, 1, 7, 'final') import os import sys -- cgit v1.2.1