From 8d63634ecf430a18c8ff973fe566390be531277f Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Sat, 10 Feb 2024 15:21:15 -0800 Subject: [PATCH] Bump version number in __init__.py --- laces/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laces/__init__.py b/laces/__init__.py index 9306fb8..b56a51c 100644 --- a/laces/__init__.py +++ b/laces/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 1, 0) +VERSION = (0, 1, 1) __version__ = ".".join(map(str, VERSION))