From bea449c56370810ff525370bc745f8c7a0429310 Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:14:42 +0700 Subject: [PATCH] v0.1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d53f85d..88aa31f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="altcha", - version="0.1.6", + version="0.1.7", description="A library for creating and verifying challenges for ALTCHA.", long_description=open("README.md").read(), long_description_content_type="text/markdown",