Finalize 1.0.0 version string

This commit is contained in:
Ian Cordasco 2017-05-10 06:54:24 -05:00
parent d1fafcc2c1
commit b075f2651e
No known key found for this signature in database
GPG Key ID: 656D3395E4A9791A
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ __author__ = 'Ian Cordasco'
__author_email__ = 'graffatcolmingov@gmail.com'
__license__ = 'Apache v2.0'
__copyright__ = 'Copyright 2014 Rackspace'
__version__ = '1.0.0.0b0'
__version__ = '1.0.0'
__all__ = (
'ParseResult',