Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2017-04-04 18:01:09 +09:00
parent 468f471f87
commit 5a1da545bf
1 changed files with 1 additions and 1 deletions

View File

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