diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-03-05 17:18:36 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-03-05 17:18:36 +0900 |
commit | 5ce9e31b65785ceef8d57d68fa5213d2e140303d (patch) | |
tree | fcd9c84950cf19d9c9c2133ffacf3d42a7d2b200 | |
parent | b570fca1aa4b6016572dc068ba284900368b5176 (diff) |
Ryu 3.7
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 e4e0eb8e..17c7c07e 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 6) +version_info = (3, 7) version = '.'.join(map(str, version_info)) |