Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 12, 2019
1 parent 8ac7cd8 commit 36ce979
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ PyPy as well.

Changelog
=========
0.8.10
------

* fix typo

0.8.9
-----

Expand Down
2 changes: 1 addition & 1 deletion scrypt/scrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
c_size_t, c_double, c_int, c_uint64, c_uint32,
create_string_buffer)

__version__ = '0.8.6'
__version__ = '0.8.10'

_scrypt = cdll.LoadLibrary(imp.find_module('_scrypt')[1])

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
libraries=libraries)

setup(name='scrypt',
version='0.8.9',
version='0.8.10',
description='Bindings for the scrypt key derivation function library',
author='Magnus Hallin',
author_email='[email protected]',
Expand Down

0 comments on commit 36ce979

Please sign in to comment.