commit | c7dd9141f2af03526a7a16a9e58db295127088c9 | [log] [tgz] |
---|---|---|
author | Kim Kempf <kim.kempf@radisys.com> | Thu Sep 28 22:33:51 2017 -0700 |
committer | Kim Kempf <kim.kempf@radisys.com> | Tue Oct 10 13:22:09 2017 -0700 |
tree | f85f9ab78c3e6752e92b88dc05fdf3b7328b9a79 | |
parent | da36670ac82e2ea429399fa674abb370aa1be68a [diff] |
Bump VOLTHA core version to 1.2 Change-Id: I63ea6ee090154f25aa51e01ce0da5e930c6ef86f
diff --git a/setup.py b/setup.py index da0e32b..c6dd9d3 100644 --- a/setup.py +++ b/setup.py
@@ -11,7 +11,7 @@ scapy_deps = ['scapy>=2.2.0'] setup( name = 'voltha', - version = '1.1.0', + version = '1.2.0', author = 'Zsolt Haraszti, Nathan Knuth, Ali Al-Shabibi', author_email = 'voltha-discuss@opencord.org', description = ('Virtual Optical Line Terminal (OLT) Hardware Abstraction'),