set the version to 1.9.0

This commit is contained in:
Brian Wylie 2017-01-03 15:48:43 -07:00
parent 254f633113
commit 9b61088336
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
dpkt-1.9:
- add support for Python 3.5. Python 2.7 is still supported.
dpkt-1.9.0:
- add support for Python 3.4, 3.5. Python 2.6 and 2.7 are still supported.
dpkt-1.8:
- fix a typo in vrrp.py

View File

@ -6,7 +6,7 @@ __author__ = 'Dug Song'
__author_email__ = 'dugsong@monkey.org'
__license__ = 'BSD'
__url__ = 'http://dpkt.googlecode.com/'
__version__ = '1.9.0a1'
__version__ = '1.9.0'