bump version

This commit is contained in:
Donald Stufft 2013-05-11 00:56:50 -04:00
parent fc119a4966
commit a96d183097

View File

@ -26,7 +26,7 @@ __title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/dstufft/bcrypt/"
__version__ = "0.1.0"
__version__ = "1.0.0"
__author__ = "Donald Stufft"
__email__ = "donald@stufft.io"