diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-10-03 13:38:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-10-03 13:38:51 +0900 |
commit | 6e69e9b8a6ebd2bb06aa864cc76ef0b79d1ac9c3 (patch) | |
tree | 9c207185bcb739297083e9df819e89404da156f6 | |
parent | 3c22bf414453cc2200155b38272b9a50cd898a65 (diff) |
Ryu 4.18
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 32a9e509..1c66191d 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (4, 17) +version_info = (4, 18) version = '.'.join(map(str, version_info)) |