Skip to content

Commit

Permalink
Updated version number for fresh target & made contact info consisten…
Browse files Browse the repository at this point in the history
…t. (#17)
  • Loading branch information
scriptedworld authored Mar 11, 2020
1 parent 335183f commit 88b7f75
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 @@ -30,11 +30,11 @@

setup(
name="bloomfilter",
version="0.2.0",
version="0.2.1",
description="Bloom Filter (Python)",
license="MIT License",
url="http://github.com/seomoz/bloomfilter-py",
author="Moz Pro Services",
author="Moz, Inc.",
author_email="[email protected]",
packages=["bloomfilter"],
package_dir={"bloomfilter": "bloomfilter"},
Expand Down

0 comments on commit 88b7f75

Please sign in to comment.