Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2014-05-01 17:49:39 +09:00
parent 56528cfd00
commit 4c72789a1c

View File

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