diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-08-31 15:27:42 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-08-31 15:27:42 +0900 |
commit | d56ee9d19a6dbc4fdcc014020c49d1f495748d05 (patch) | |
tree | 20de5ef84dad1b94143c960a67258d715bce4b9c | |
parent | 90021d43c1ecfdc7e7d53d1d1f8479f3181d4e7b (diff) |
Ryu 1.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 887ba236..c313b49d 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (1, 1) +version_info = (1, 2) version = '.'.join(map(str, version_info)) |