diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-10-03 14:21:56 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-10-03 14:21:56 +0900 |
commit | d074e15a480ac6d29d61e511683cc9e03a81c037 (patch) | |
tree | 6db9a96ae3fc910c204d47177779916babe5c7ba | |
parent | e3aa55872b70b97e2fd0946cbd404ef29e2cd092 (diff) |
Ryu 4.29
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 a583da62..b4903c48 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (4, 28) +version_info = (4, 29) version = '.'.join(map(str, version_info)) |