diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-03-04 05:56:43 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-03-04 05:56:43 +0900 |
commit | 1adae0f4df99f917f881c36661fd52ab5e79aff6 (patch) | |
tree | a7e093d938f5da3698ac47091b9e85d0367d265b | |
parent | 4a99bb258a6acef3d9c66e4009fb6b4315f03da6 (diff) |
Ryu 4.0
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/__init__.py b/ryu/__init__.py index f5ac6f84..fb949c67 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 30) +version_info = (4, 0) version = '.'.join(map(str, version_info)) |