Skip to content

Commit

Permalink
Merge pull request #8 from trustpilot/upgrade-pycryptodome
Browse files Browse the repository at this point in the history
Upgrade pycryptodome
  • Loading branch information
sloev authored Sep 3, 2018
2 parents a153fb1 + 2c10770 commit 7b4629b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ def read(fname):


requirements = [
'pycryptodome==3.4.4'
'pycryptodome==3.6.6'
]

setup(
name='trustpilot_authenticated_encryption',
version='1.0.2',
version='1.1.0',
description="Library for authenticated encryption used with Trustpilot",
long_description=read_md('README.md'),
url='https://github.com/trustpilot/python-authenticated-encryption',
Expand Down

0 comments on commit 7b4629b

Please sign in to comment.