diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-12-03 23:59:20 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-12-03 23:59:20 +0900 |
commit | ba963ae2cfa83ed6fba82bbe0acc2d0a7c81cae3 (patch) | |
tree | 6785dbc1e3bc498a2c3dc945cbdc54edb225cbb4 | |
parent | 9a2f31e3deab9f00d70c78378d6c2317ff7805e1 (diff) |
Ryu 3.4
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 dded388f..9e59480a 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 3) +version_info = (3, 4) version = '.'.join(map(str, version_info)) |