summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@djm.net.au>2013-08-25 10:33:56 +1000
committerDamien Miller <djm@djm.net.au>2013-08-25 10:33:56 +1000
commitdec976a74e67bb6e1242e57567e0db9515e188b6 (patch)
treefa2926d329da0591743094c1fa721531faf9e69b
parentb41ce4e4260793f6d1b22435f6bc3c648a27b9b0 (diff)
downloadpy-bcrypt-dec976a74e67bb6e1242e57567e0db9515e188b6.tar.gz
update version numbers for releasePY_BCRYPT_0_4
-rw-r--r--PKG-INFO2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKG-INFO b/PKG-INFO
index c7effcc..c212ae4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: py-bcrypt
-Version: 0.3
+Version: 0.4
Summary: Blowfish password hashing library
Home-page: https://code.google.com/p/py-bcrypt/
Author: Damien Miller
diff --git a/setup.py b/setup.py
index 191d186..17a27cd 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ try:
except ImportError:
from distutils.core import setup, Extension
-VERSION = "0.3"
+VERSION = "0.4"
if __name__ == '__main__':
bcrypt = Extension('bcrypt._bcrypt',