From ff329ddd792a5d833361b4eb135c45d95e7384fb Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:29:59 +0700 Subject: [PATCH] v0.1.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26cdc18..7cff781 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='altcha', - version='0.1.4', + version='0.1.5', description='A library for creating and verifying challenges for ALTCHA.', long_description=open('README.md').read(), long_description_content_type='text/markdown',