From a9a1a6027b53c17999e6dda8e9e16a51e362afe2 Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:04:55 +0700 Subject: [PATCH] v0.1.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ae6823..d53f85d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="altcha", - version="0.1.5", + version="0.1.6", description="A library for creating and verifying challenges for ALTCHA.", long_description=open("README.md").read(), long_description_content_type="text/markdown",