Skip to content

Commit

Permalink
setup.py update
Browse files Browse the repository at this point in the history
  • Loading branch information
taudor committed Sep 28, 2017
1 parent 5e3a576 commit 83e9b93
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 @@ -24,12 +24,12 @@

setup(name='polymath',
packages=['polymath_src'],
version='0.1.15',
version='0.1.16',
description='Lightweight and fast implementation of polynomial operations over GF(2).',
author='Tudor Soroceanu',
author_email='[email protected]',
url='https://github.com/taudor/polymath',
download_url='https://github.com/taudor/polymath/archive/0.1.11.tar.gz',
download_url='https://github.com/taudor/polymath/archive/0.1.16.tar.gz',
keywords=['polynomials','LFSR','GF(2)'],
classifiers = [],
setup_requires = ['numpy'],
Expand Down

0 comments on commit 83e9b93

Please sign in to comment.