Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2013-10-02 13:31:31 -07:00
parent 1c2110cd01
commit c19e0a20cd

View File

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