Skip to content

Commit 6d5b1e4

Browse files
committed
1.1.4
1 parent 03edc14 commit 6d5b1e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.1.3"
3+
VERSION = "1.1.4"
44
__all__ = ["Xor8", "Xor16", "Fuse8", "Fuse16"]

pyproject.toml

Lines changed: 3 additions & 3 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.1.3"
6+
version = "1.1.4"
77
description = "Python bindings for C implementation of xor and fuse filters"
88
authors = [
99
{name = "Amey Narkhede", email = "[email protected]"},
@@ -15,7 +15,7 @@ license = {file = "LICENSE"}
1515
requires-python = ">=3.0"
1616

1717
[project.urls]
18-
Homepage = "https://github.com/glitzflitz/pyfusefilter"
18+
Homepage = "tps://github.com/FastFilter/pyfusefilter"
1919

2020
[build-system]
2121
requires = ["setuptools", "wheel", "cffi"]
@@ -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.1.3"
46+
version = "1.1.4"
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.1.3",
6+
version="1.1.4",
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)