diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-11-03 19:37:16 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-11-03 19:37:16 +0900 |
commit | 56e8fb3f57894bca73f2445de9eb3ce282862f4e (patch) | |
tree | b9cab3b6057706afcc5eb2d19c481c5e82c8154e | |
parent | 1b38505909a47731e7f7293d08d9ad003ee3787d (diff) |
Ryu 4.30
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 b4903c48..caa84eec 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (4, 29) +version_info = (4, 30) version = '.'.join(map(str, version_info)) |