Skip to content

Commit 3ff89e6

Browse files
author
semantic-release
committed
1.5.1
Automatically generated by python-semantic-release
1 parent b1e59d5 commit 3ff89e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fnv-hash-fast"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
license = "MIT"
55
description = "A fast version of fnv1a"
66
readme = "README.md"

src/fnv_hash_fast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.5.1"
22

33
from .fnv_impl import fnv1a_32
44

0 commit comments

Comments
 (0)