From 520967b1b894beffdead46241632cc8bfeeac2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 21 Jul 2024 23:25:09 +0200 Subject: [PATCH] Bump version to 1.1.0 --- ninette/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninette/__init__.py b/ninette/__init__.py index 18d1872..69fad9e 100644 --- a/ninette/__init__.py +++ b/ninette/__init__.py @@ -2,4 +2,4 @@ # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE file for details. -__version__ = '1.0.0' +__version__ = '1.1.0'