Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2013-12-03 23:59:20 +09:00
parent 9a2f31e3de
commit ba963ae2cf

View File

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