Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2016-10-04 07:56:38 +09:00
parent 81d5d8f568
commit 7201a6085d
1 changed files with 1 additions and 1 deletions

View File

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