commit | 9c579726be51ef36203e708f7761060571ff4b95 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Fri Jan 12 13:45:09 2018 -0500 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Fri Jan 12 13:45:09 2018 -0500 |
tree | 4f9aa1afc77a1c347fe096aa9b16ba53b5afeecf | |
parent | 9966973ea2f9889224a2aabbb56e8873b9d33fcd [diff] [blame] |
Improvements to parser, resolution for shift/reduce conflicts
diff --git a/setup.py b/setup.py index f600b8d..fd3cf5e 100644 --- a/setup.py +++ b/setup.py
@@ -10,7 +10,7 @@ from setuptools import setup setup(name='plyxproto', - version='2.2.0', + version='3.0.0', description='xproto parser and processor', author='Dusan Klinec (original protobuf parser), Sapan Bhatia (xproto extensions)', author_email='sapan@opennetworking.org',