diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-11-03 12:53:30 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-11-03 12:53:30 +0900 |
commit | 0aefad7048079656cdaad138be58f017e6b4f1ce (patch) | |
tree | 95072126e27e45c37900fe60557b3050a81e0050 | |
parent | 5b81c634be0e28e8b9cce257e217829418241809 (diff) |
Ryu 3.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 d4af384c..c53b2bdf 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 26) +version_info = (3, 27) version = '.'.join(map(str, version_info)) |