Skip to content

Commit c5e307d

Browse files
committed
update
1 parent 456bd9e commit c5e307d

File tree

6 files changed

+4
-1372
lines changed

6 files changed

+4
-1372
lines changed

docs/index.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/pyfusefilter.html

Lines changed: 0 additions & 1315 deletions
This file was deleted.

docs/search.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

pyfusefilter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pyfusefilter.pyfusefilter import Xor8, Xor16, Fuse8, Fuse16
22

3-
VERSION = "1.0.1"
3+
VERSION = "1.1.0"
44
__all__ = ["Xor8", "Xor16", "Fuse8", "Fuse16"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ py-modules = []
33
# cffi-modules handled in setup.py
44
[project]
55
name = "pyfusefilter"
6-
version = "1.0.1"
6+
version = "1.1.0"
77
description = "Python bindings for C implementation of xor and fuse filters"
88
authors = [
99
{name = "Amey Narkhede", email = "[email protected]"},
@@ -43,7 +43,7 @@ before-all = "apk add libffi-dev"
4343
# pdoc configuration
4444
name = "pyfusefilter"
4545
description = "Python bindings for C implementation of xor and fuse filters"
46-
version = "1.0.1"
46+
version = "1.1.0"
4747
author = "Amey Narkhede & Daniel Lemire"
4848
author_email = "[email protected]"
4949
url = "https://github.com/FastFilter/pyfusefilter"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="pyfusefilter",
6-
version="1.0.1",
6+
version="1.1.0",
77
description="Python bindings for C implementation of xorfilter",
88
long_description=open("README.md", "r", encoding='utf-8').read(),
99
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)