Skip to content

Commit

Permalink
update setup 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amiralis committed Nov 15, 2016
1 parent 00f4ea4 commit e88ebea
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 @@ -4,12 +4,11 @@
setup(
name = 'pyDH',
packages = ['pyDH'],
version = '0.1.1',
version = '0.1.2',
description = 'Pure Python Implementation of Diffie-Hellman Key Exchange',
author = 'Amirali Sanatinia',
author_email = '[email protected]',
url = 'https://github.com/amiralis/pyDH',
download_url = 'https://github.com/amiralis/pyDH/tarball/0.1',
keywords = ['crypto', 'Diffie Hellman', 'Key Exchange'],
classifiers = [
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit e88ebea

Please sign in to comment.