From 8b092d2378b0f35900a21a3ccb40c36f66d8f719 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Dec 2020 07:59:09 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85e71ab..88ac64a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ skip-string-normalization = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.5" +version = "0.2.0" version_files = [ "pyproject.toml:version" ] @@ -21,7 +21,7 @@ version_files = [ [tool.poetry] build = "build.py" name = "hyperscan" -version = "0.1.5" +version = "0.2.0" description = "Python bindings for Hyperscan." authors = ["David Gidwani "] license = "MIT"