Skip to content

Commit

Permalink
changed version, removed 1 file from sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Moroz committed Dec 6, 2015
1 parent 089017f commit d568651
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
_argon2_module = Extension('_argon2',
sources = ['./src/argon2_py.c',
'./phc-winner-argon2/src/argon2.c',
'./phc-winner-argon2/src/bench.c',
'./phc-winner-argon2/src/core.c',
'./phc-winner-argon2/src/encoding.c',
'./phc-winner-argon2/src/ref.c',
Expand All @@ -55,7 +54,7 @@
)

setup(name='argon2',
version='0.1.7',
version='0.1.8',
description='Bindings for the argon2 password hasher',
author='Moroz Ilya',
author_email='flamewowilia@gmail.com',
Expand Down

0 comments on commit d568651

Please # to comment.