Skip to content

Commit ab7eefa

Browse files
committed
0.3.2
Automatically generated by python-semantic-release
1 parent a2a18a1 commit ab7eefa

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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))

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ skip-string-normalization = true
1313

1414
[tool.commitizen]
1515
name = "cz_commitizen_emoji"
16-
version = "0.3.1"
16+
version = "0.3.2"
1717
version_files = [
1818
"pyproject.toml:version",
1919
"src/hyperscan/__init__.py:__version__",
@@ -22,7 +22,7 @@ version_files = [
2222
[tool.poetry]
2323
build = "build.py"
2424
name = "hyperscan"
25-
version = "0.3.1"
25+
version = "0.3.2"
2626
description = "Python bindings for Hyperscan."
2727
authors = ["David Gidwani <david.gidwani@gmail.com>"]
2828
license = "MIT"

src/hyperscan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from hyperscan._hyperscan import *
44

5-
__version__ = "0.3.1"
5+
__version__ = "0.3.2"
66

77

88
class ExpressionExt(typing.NamedTuple):

0 commit comments

Comments
 (0)