Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2016-09-01 21:17:00 +09:00
parent 09644f186c
commit c09cd3dc68

View File

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