Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2014-07-03 10:05:39 +09:00
parent d096f761f4
commit d884524db5
1 changed files with 1 additions and 1 deletions

View File

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