diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-09-01 20:10:03 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-09-01 20:10:03 +0900 |
commit | f77f84942f8883992639cc3c972c4fdbd7d53250 (patch) | |
tree | db8ffc1b2e41d751c0f83075719a7c33e62e76a3 | |
parent | 5b8e7178c2e96bf1484c67794a42d6aeec14aede (diff) |
Ryu 3.13
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 c2020495..157661c7 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 12) +version_info = (3, 13) version = '.'.join(map(str, version_info)) |