diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-07-30 20:05:59 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-07-30 20:05:59 +0900 |
commit | be18e1b4b1dea497b07ce39ad4727aab1a6ab85c (patch) | |
tree | f2f80688cd7222fec3e1dab38824270a61ed5f2e | |
parent | 6b99b1408b83a1a6204360d8cc0abfd8c5a67793 (diff) |
Ryu 1.1
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 ab813c93..887ba236 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (1, 0) +version_info = (1, 1) version = '.'.join(map(str, version_info)) |