Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 27, 2023
1 parent 2feb469 commit e18df56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.4.1 (2023-08-27)

### Fix

* Rebuild wheels with cython 3.0.2 ([#7](https://github.com/bdraco/fnv-hash-fast/issues/7)) ([`2feb469`](https://github.com/bdraco/fnv-hash-fast/commit/2feb469e334b4541ea275fee8e60edda72c02a32))

## v0.4.0 (2023-07-24)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fnv-hash-fast"
version = "0.4.0"
version = "0.4.1"
description = "A fast version of fnv1a"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fnv_hash_fast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

from .fnv_impl import fnv1a_32

Expand Down

0 comments on commit e18df56

Please sign in to comment.