Skip to content

Commit

Permalink
Merge pull request #9 from Samuel-Maddock/dev
Browse files Browse the repository at this point in the history
Version 1.1.1
  • Loading branch information
Samuel-Maddock authored Jul 17, 2021
2 parents fff44ad + 00c2c51 commit 78948bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@

setup(
name='pure-ldp',
version='1.1.0',
packages=find_packages(exclude=['*development*', "*apple_sf*", "*treehistogram*", "*rappor*",
"*priv_count_sketch*", "*hashtogram*", "*explicit_hist*", ]),
version='1.1.1',
packages=find_packages(exclude=['*development*',
"*hashtogram*", "*explicit_hist*", ]),

install_requires=["xxhash", "numpy", "scipy", "bitstring", "bitarray"],
url='https://github.com/Samuel-Maddock/pure-LDP',
license='MIT',
Expand Down

0 comments on commit 78948bd

Please sign in to comment.