From c0f7cef5211ccf49cd10346ec82368b306980b7d Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Sat, 15 Jul 2023 10:35:22 +0200
Subject: [PATCH] chg: [pyproject] v0.3 released
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 8856b2b..0cf5918 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
[tool.poetry]
name = "HHHash"
-version = "0.2"
+version = "0.3"
authors = [
"Alexandre Dulaunoy "
]