From 122ec6cbddb4cc14e66c851417dd98f0b94b7603 Mon Sep 17 00:00:00 2001 From: Hyper Date: Wed, 9 Oct 2024 10:10:42 +0200 Subject: [PATCH] Bump version --- toolbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/__init__.py b/toolbox/__init__.py index 3e3330b..73eeefa 100644 --- a/toolbox/__init__.py +++ b/toolbox/__init__.py @@ -5,7 +5,7 @@ from .roles import * from .strings import * -__version__ = "0.1.6" +__version__ = "0.1.7" # MIT License #