Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2014-03-05 17:18:36 +09:00
parent b570fca1aa
commit 5ce9e31b65
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@
# limitations under the License.
version_info = (3, 6)
version_info = (3, 7)
version = '.'.join(map(str, version_info))