diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-02 20:04:48 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-02 20:04:48 +0900 |
commit | a2bcf0a7e61d45deda7e8ec165aa61e648db3ace (patch) | |
tree | 0a687536b345ee4a629ee568919b1f746e257c73 | |
parent | 840a34884568ecc5c8b111ab3747dc2df4d40868 (diff) |
Ryu 4.27
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 b4625d3b..71db9096 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (4, 26) +version_info = (4, 27) version = '.'.join(map(str, version_info)) |