diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-04-02 11:08:05 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-04-02 11:08:05 +0900 |
commit | 792c75c6a1b363e29a8892d90320217353ea912f (patch) | |
tree | c5d6a67625866ebc6b8c18fef23e7162958acde0 | |
parent | 40da85eca24aba205a6804ae2a7151a91ecaed0c (diff) |
Ryu 3.8
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 17c7c07e..467baae8 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (3, 7) +version_info = (3, 8) version = '.'.join(map(str, version_info)) |