diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b4347..0dda717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -## v0.7.6 (2024-03-11) +## v0.7.7 (2024-03-11) ### :bug: @@ -18,6 +18,8 @@ ### Other +* ci: :ferris_wheel: revert artifact moving ([`1588481`](https://github.com/darvid/python-hyperscan/commit/1588481eb4e6ecc2a179d4808b76f5db5e3b73e6)) + * ci: :ferris_wheel: restructure downloaded artifacts in publish workflow ([`c0b1e39`](https://github.com/darvid/python-hyperscan/commit/c0b1e394f99921e379884dac8b6f56f0ca7f3f59)) * ci: :ferris_wheel: fix wheels cache key ([`6c285dd`](https://github.com/darvid/python-hyperscan/commit/6c285dd42630f35a3218107e7c461f0fd087c0bf)) diff --git a/pyproject.toml b/pyproject.toml index 95a6ad2..054acd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ dist_glob_patterns = ["dist/*", "wheelhouse/*"] [project] name = "hyperscan" -version = "0.7.6" +version = "0.7.7" 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 aed5734..4e27eed 100644 --- a/src/hyperscan/_version.py +++ b/src/hyperscan/_version.py @@ -1 +1 @@ -__version__ = "0.7.6" +__version__ = "0.7.7"