From 70e105eb2274c57138d4dfb3775517187dee5f87 Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 28 Sep 2024 01:05:13 +0200 Subject: [PATCH] feat: Bump version to 0.2.0 --- src/notfellchen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notfellchen/__init__.py b/src/notfellchen/__init__.py index 3dc1f76..d3ec452 100644 --- a/src/notfellchen/__init__.py +++ b/src/notfellchen/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0"