From 8cabdb32cff99c131449f3841e15423abd7308ab Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Fri, 1 Nov 2024 16:35:12 +0000
Subject: [PATCH] Bump version to 0.4.0

Version 0.3.0 is skipped to indicate major rewrite to the new module interface.
---
 diaspora_auth_provider.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diaspora_auth_provider.py b/diaspora_auth_provider.py
index 0bf5312..316d9ff 100644
--- a/diaspora_auth_provider.py
+++ b/diaspora_auth_provider.py
@@ -29,7 +29,7 @@ import bcrypt
 import logging
 
 
-__VERSION__ = "0.2.2"
+__VERSION__ = "0.4.0"
 
 logger = logging.getLogger(__name__)
 
-- 
GitLab