Bump the major version because:

- Ryu fully support OpenFlow 1.0, Nicira Extensions, and OpenFlow 1.2.
- Ryu was tested with various OpenFlow Hardware switches.
- There is lots of improvement since the last release.

Ryu is usable now so let's use the major version that implies so.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2012-06-30 12:02:20 +09:00
parent 23bd7d88e1
commit a1a9a5440d

View File

@ -14,5 +14,5 @@
# limitations under the License.
version_info = (0, 2)
version_info = (1, 0)
version = '.'.join(map(str, version_info))