Skip to content

Commit

Permalink
Upgrade to 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
axiak committed Feb 24, 2014
1 parent 57bcd82 commit 758ca4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
requirements.append('importlib')

setup(name='pybloomfiltermmap',
version="0.3.12",
version="0.3.13",
author="Michael Axiak, Rob Stacey",
author_email="mike@axiak.net",
url="http://github.com/axiak/pybloomfiltermmap/",
Expand Down
16 changes: 8 additions & 8 deletions src/pybloomfilter.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pybloomfilter.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 3, 12)
VERSION = (0, 3, 13)
AUTHOR = "Michael Axiak"

__VERSION__ = VERSION
Expand Down

0 comments on commit 758ca4f

Please sign in to comment.