Skip to content

Commit

Permalink
Updated version for pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 2, 2014
1 parent 2540577 commit 16f1517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyscrypt/__init__.py
Expand Up @@ -34,6 +34,6 @@

from pyscrypt.hash import hash

VERSION = [1, 0]
VERSION = [1, 1]

__all__ = ['hash']
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
Python libraries.'''

setup(name = 'pyscrypt',
version = '1.0',
version = '1.1',
description = 'Pure-Python Implementation of the scrypt password-based key derivation function',
long_description = LONG_DESCRIPTION,
author = 'Richard Moore',
Expand Down

0 comments on commit 16f1517

Please sign in to comment.