diff --git a/CHANGELOG.md b/CHANGELOG.md index aae7f73..e87754e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -## v0.7.3 (2024-03-10) +## v0.7.4 (2024-03-10) ### :bug: @@ -18,6 +18,8 @@ ### Other +* ci: :ferris_wheel: only incr version for wheel building on push ([`9f38e09`](https://github.com/darvid/python-hyperscan/commit/9f38e09975d78546b33e7ec3213a04a491e6db7d)) + * ci: :ferris_wheel: more CI release fixes ([`5c3877a`](https://github.com/darvid/python-hyperscan/commit/5c3877a4dee425c8d0f60faa6714f43e95b0e845)) * ci: :ferris_wheel: use gh cli for creating release PRs ([`f08c88e`](https://github.com/darvid/python-hyperscan/commit/f08c88e234d393e80680b09dca5432aed37c3948)) diff --git a/pyproject.toml b/pyproject.toml index 7ff7fee..183618e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ dist_glob_patterns = ["dist/*", "wheelhouse/*"] [project] name = "hyperscan" -version = "0.7.3" +version = "0.7.4" description = "Python bindings for Hyperscan." authors = [{ name = "David Gidwani", email = "david.gidwani@gmail.com" }] requires-python = ">=3.9,<4.0" diff --git a/src/hyperscan/_version.py b/src/hyperscan/_version.py index 4910b9e..ed9d4d8 100644 --- a/src/hyperscan/_version.py +++ b/src/hyperscan/_version.py @@ -1 +1 @@ -__version__ = "0.7.3" +__version__ = "0.7.4"