From e2506c9ab136b39a1520860477080ba15b24f987 Mon Sep 17 00:00:00 2001 From: jonas Date: Mon, 2 Sep 2024 16:21:55 +0200 Subject: [PATCH] version: update `setup.py` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 072a018..0b725dc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="hnoca", - version="0.1.0", + version="0.1.1", author=author, author_email=author_email, description=description,