Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2018-04-01 15:15:49 +09:00
parent b8ebdbe961
commit 1c008060fa
1 changed files with 1 additions and 1 deletions

View File

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