From c71a49143d816f93046417e35ebbd7dcd38ef2c9 Mon Sep 17 00:00:00 2001 From: Philipp Temminghoff Date: Sat, 16 Nov 2024 00:39:34 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/githarbor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/githarbor/__init__.py b/src/githarbor/__init__.py index 54c4b5e..2ede9fd 100644 --- a/src/githarbor/__init__.py +++ b/src/githarbor/__init__.py @@ -22,7 +22,7 @@ ) from githarbor.repositories import create_repository -__version__ = "0.4.0" +__version__ = "0.4.1" __all__ = [ # Base