Skip to content

Commit b159a9a

Browse files
author
semantic-release
committed
1.6.0
Automatically generated by python-semantic-release
1 parent 4205260 commit b159a9a

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.1"
3+
version = "1.6.0"
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.1"
1+
__version__ = "1.6.0"
22

33
from .fnv_impl import fnv1a_32
44

0 commit comments

Comments
 (0)