From a96d18309794a19c49becdf0213c60db7dd66a6a Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sat, 11 May 2013 00:56:50 -0400 Subject: [PATCH] bump version --- bcrypt/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcrypt/__about__.py b/bcrypt/__about__.py index 3314c98..193d5f5 100644 --- a/bcrypt/__about__.py +++ b/bcrypt/__about__.py @@ -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"