From 449122eda46e483906234ae9571265c0480b4cf2 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Fri, 25 Apr 2025 09:32:36 +0200 Subject: [PATCH] bumped version to 0.1.0 --- work_helpers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work_helpers/__init__.py b/work_helpers/__init__.py index 13cc2eb..7b555f9 100644 --- a/work_helpers/__init__.py +++ b/work_helpers/__init__.py @@ -1,3 +1,3 @@ """Some helper scripts for the day to day work with Ubuntu in WSL2""" -__version__ = "0.0.2" +__version__ = "0.1.0"