diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-02 13:35:23 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-02 13:35:23 +0900 |
commit | cf58ed01098a3a725494838d32dfe2426ba543ad (patch) | |
tree | fe7b790b3246d2d5729e214a8be680a2ad9966f1 | |
parent | b00969a31712e4346cd0ac9f1b90f36512836c93 (diff) |
Ryu 3.16
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 28a1bbc0..06129ec8 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 15) +version_info = (3, 16) version = '.'.join(map(str, version_info)) |