diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-12-05 16:37:18 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-12-05 16:37:18 +0900 |
commit | a3c1a8e06bd6c487ee8d242e0039b0cf701da447 (patch) | |
tree | 456542873559a7893f126506f6486d764f608d19 | |
parent | 5c5345e78c1eb8d937216b155f3ffa8b8f905959 (diff) |
Ryu 4.9
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 e7f57011..995bddb0 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (4, 8) +version_info = (4, 9) version = '.'.join(map(str, version_info)) |