Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2015-03-02 10:59:35 +09:00
parent e922a92979
commit 1dd28e459e

View File

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