diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-10 07:45:19 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-10 07:45:19 +0900 |
commit | 2d05aedf145f725abf8abb0da9ee04c05104c903 (patch) | |
tree | 6278fa24c25625e329be76758fcec98ef742ebc2 | |
parent | 7db022bf71fe3de9f6e7d4550e017c6d1cd70c10 (diff) |
Ryu 4.2
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 24e2137e..8b2b0832 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (4, 1) +version_info = (4, 2) version = '.'.join(map(str, version_info)) |