File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v0.3.2 (2022-06-13)
6+
7+
58## v0.3.1 (2022-06-13)
69### Other
710* 🛸 ci: add cz emoji to semantic-release configuration ([ ` 6ea4e7d ` ] ( https://github.com/darvid/python-hyperscan/commit/6ea4e7dbce8379a932d95555a15e08f2aa78ecda ) )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ skip-string-normalization = true
1313
1414[tool .commitizen ]
1515name = " cz_commitizen_emoji"
16- version = " 0.3.1 "
16+ version = " 0.3.2 "
1717version_files = [
1818 " pyproject.toml:version" ,
1919 " src/hyperscan/__init__.py:__version__" ,
@@ -22,7 +22,7 @@ version_files = [
2222[tool .poetry ]
2323build = " build.py"
2424name = " hyperscan"
25- version = " 0.3.1 "
25+ version = " 0.3.2 "
2626description = " Python bindings for Hyperscan."
2727authors = [" David Gidwani <david.gidwani@gmail.com>" ]
2828license = " MIT"
Original file line number Diff line number Diff line change 22
33from hyperscan ._hyperscan import *
44
5- __version__ = "0.3.1 "
5+ __version__ = "0.3.2 "
66
77
88class ExpressionExt (typing .NamedTuple ):
You can’t perform that action at this time.
0 commit comments