diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-07-01 20:10:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-07-01 20:10:13 +0900 |
commit | b9909d06862454d4907c29b0688788ab80406f9b (patch) | |
tree | ca7f2108ae68b6a4cea6d9a05a4d7b925deda44c | |
parent | 704dcc786aa9f975a9d486d9a1699fd7995ecd4b (diff) |
Ryu 4.26
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 8cf62018..b4625d3b 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (4, 25) +version_info = (4, 26) version = '.'.join(map(str, version_info)) |