diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-03 20:21:01 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-03 20:21:01 +0900 |
commit | 3f448ad2e4b9aef56d02ea80c7c0f5b5ab5e5af4 (patch) | |
tree | c1d7049f96631d368f503f37c99e65d6372dd6fd | |
parent | e598af67d2260de67968f8cf4d4d2ca2d84aeeb4 (diff) |
Ryu 3.20
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 400cd15c..6c740e8e 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 19) +version_info = (3, 20) version = '.'.join(map(str, version_info)) |