Skip to content

Commit

Permalink
0.7.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions authored and darvid committed Mar 11, 2024
1 parent 3141a8a commit 5e8dc90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



## v0.7.4 (2024-03-10)
## v0.7.5 (2024-03-11)

### :bug:

Expand All @@ -18,6 +18,8 @@

### Other

* ci: :ferris_wheel: add release environment ([`3141a8a`](https://github.com/darvid/python-hyperscan/commit/3141a8a01bb1e84333b07f0a8eed6d186a6fc6af))

* 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dist_glob_patterns = ["dist/*", "wheelhouse/*"]

[project]
name = "hyperscan"
version = "0.7.4"
version = "0.7.5"
description = "Python bindings for Hyperscan."
authors = [{ name = "David Gidwani", email = "[email protected]" }]
requires-python = ">=3.9,<4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/hyperscan/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.4"
__version__ = "0.7.5"

0 comments on commit 5e8dc90

Please sign in to comment.