Update version and README for 1.0 release.

This commit is contained in:
Lance Stout
2012-01-03 17:04:15 -05:00
parent fb5a6a7d71
commit 79f1aa0e1b
2 changed files with 11 additions and 8 deletions

View File

@@ -9,5 +9,5 @@
# We don't want to have to import the entire library
# just to get the version info for setup.py
__version__ = '1.0rc4'
__version_info__ = (1, 0, 0, 'rc4', 0)
__version__ = '1.0'
__version_info__ = (1, 0, 0, '', 0)